grouping to make it better

This commit is contained in:
Thibault bui Koechlin 2020-06-09 10:29:15 +02:00
parent 802bc0964e
commit 57bf07ee44

View file

@ -35,4 +35,4 @@ jobs:
echo "::group::Test-${i}" ; echo "::group::Test-${i}" ;
./main $i || (echo "::error file=${i}::Failed test for ${i}" ; diff ${i}"/results.yaml" ${i}"/results.yaml.fail") ; ./main $i || (echo "::error file=${i}::Failed test for ${i}" ; diff ${i}"/results.yaml" ${i}"/results.yaml.fail") ;
echo "::endgroup::" ; echo "::endgroup::" ;
done done ;