Browse Source

grouping to make it better

Thibault bui Koechlin 5 năm trước cách đây
mục cha
commit
802bc0964e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .github/workflows/hub-ci.yml

+ 1 - 1
.github/workflows/hub-ci.yml

@@ -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