diff --git a/.github/workflows/hub-ci.yml b/.github/workflows/hub-ci.yml index fa2c6c683..3cfdb0bea 100644 --- a/.github/workflows/hub-ci.yml +++ b/.github/workflows/hub-ci.yml @@ -19,7 +19,7 @@ jobs: - name: Check out code into the Go module directory uses: actions/checkout@v2 - name: Build - run: make release & + run: make release - name: Create test env run: cd crowdsec-v* && ./test_env.sh && cd ./tests - name: Download hub tests