diff --git a/.github/workflows/ci_hub-tests.yml b/.github/workflows/ci_hub-tests.yml index fca57f4b6..8a77d5399 100644 --- a/.github/workflows/ci_hub-tests.yml +++ b/.github/workflows/ci_hub-tests.yml @@ -29,7 +29,7 @@ jobs: with: fetch-depth: 0 - name: Build release - run: make release + run: BUILD_VERSION=X.X.X make release - name: clone and build hub CI tool run: | git clone https://github.com/crowdsecurity/hub-tests.git @@ -43,7 +43,7 @@ jobs: excludes: draft - name: Create crowdsec test env with all parsers from the release run: | - cd crowdsec-${{ steps.keydb.outputs.release }} + cd crowdsec-X.X.X ./test_env.sh cd tests for i in `./cscli -c dev.yaml parsers list -a -o json | jq -r ".[].name" ` ; do