diff --git a/.github/workflows/hub-ci.yml b/.github/workflows/hub-ci.yml index 1ff0da233..766903701 100644 --- a/.github/workflows/hub-ci.yml +++ b/.github/workflows/hub-ci.yml @@ -21,7 +21,7 @@ jobs: - name: Build run: make release - name: Create test env - run: ls -l && cd crowdsec-v* && ./test_env.sh && cd ./tests + run: ls -l && cd crowdsec-pull && ./test_env.sh && cd ./tests - name: Download hub tests run: git clone git@github.com:crowdsecurity/hub-tests.git - name: Build/prep hub tests