grouping to make it better

This commit is contained in:
Thibault bui Koechlin 2020-06-09 10:26:32 +02:00
parent 02cc5e2b88
commit 802bc0964e

View file

@ -34,5 +34,5 @@ jobs:
for i in `find ./tests -mindepth 1 -maxdepth 1 -type d` ; do
echo "::group::Test-${i}" ;
./main $i || (echo "::error file=${i}::Failed test for ${i}" ; diff ${i}"/results.yaml" ${i}"/results.yaml.fail") ;
echo "::endgroup::
echo "::endgroup::" ;
done