From 5e4c3adf508789d4271f7b706004779f8eddbf5f Mon Sep 17 00:00:00 2001 From: Thibault bui Koechlin Date: Mon, 8 Jun 2020 16:32:21 +0200 Subject: [PATCH] https --- .github/workflows/hub-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hub-ci.yml b/.github/workflows/hub-ci.yml index ce8d726e7..8759562f1 100644 --- a/.github/workflows/hub-ci.yml +++ b/.github/workflows/hub-ci.yml @@ -30,4 +30,4 @@ jobs: run: pwd && cd hub-tests && bash -x ./prep_tests.sh && cd .. - name: Run the tests working-directory: crowdsec-pull/tests/ - run: ./main ./tests/apache2-1/ + run: for i in `find ./tests -mindepth 1 -maxdepth 1 -type d` ; do echo "Testing $i" ; ./main $i || exit 1 ; done