grouping to make it better
This commit is contained in:
parent
802bc0964e
commit
57bf07ee44
1 changed files with 5 additions and 5 deletions
10
.github/workflows/hub-ci.yml
vendored
10
.github/workflows/hub-ci.yml
vendored
|
@ -31,8 +31,8 @@ jobs:
|
||||||
- name: Run the tests
|
- name: Run the tests
|
||||||
working-directory: crowdsec-pull/tests/
|
working-directory: crowdsec-pull/tests/
|
||||||
run: |
|
run: |
|
||||||
for i in `find ./tests -mindepth 1 -maxdepth 1 -type d` ; do
|
for i in `find ./tests -mindepth 1 -maxdepth 1 -type d` ; do
|
||||||
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 ;
|
||||||
|
|
Loading…
Add table
Reference in a new issue