From a75b9d306e2df4b1cbae9bf6968d87d408fba2f2 Mon Sep 17 00:00:00 2001 From: Thibault bui Koechlin Date: Mon, 8 Jun 2020 15:16:21 +0200 Subject: [PATCH] up --- .github/workflows/hub-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/hub-ci.yml b/.github/workflows/hub-ci.yml index 766903701..ffa00ee0c 100644 --- a/.github/workflows/hub-ci.yml +++ b/.github/workflows/hub-ci.yml @@ -21,9 +21,9 @@ jobs: - name: Build run: make release - name: Create test env - run: ls -l && cd crowdsec-pull && ./test_env.sh && cd ./tests + run: cd crowdsec-pull && ./test_env.sh && cd ./tests - name: Download hub tests - run: git clone git@github.com:crowdsecurity/hub-tests.git + run: pwd && git clone git@github.com:crowdsecurity/hub-tests.git - name: Build/prep hub tests run: cd hub-tests && bash ./prep_tests.sh && cd .. - name: Run the tests