Compare commits
1 commit
master
...
fix_static
Author | SHA1 | Date | |
---|---|---|---|
|
d438182749 |
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci_hub-tests.yml
vendored
4
.github/workflows/ci_hub-tests.yml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Build release
|
- name: Build release
|
||||||
run: make release
|
run: BUILD_VERSION=X.X.X make release
|
||||||
- name: clone and build hub CI tool
|
- name: clone and build hub CI tool
|
||||||
run: |
|
run: |
|
||||||
git clone https://github.com/crowdsecurity/hub-tests.git
|
git clone https://github.com/crowdsecurity/hub-tests.git
|
||||||
|
@ -43,7 +43,7 @@ jobs:
|
||||||
excludes: draft
|
excludes: draft
|
||||||
- name: Create crowdsec test env with all parsers from the release
|
- name: Create crowdsec test env with all parsers from the release
|
||||||
run: |
|
run: |
|
||||||
cd crowdsec-${{ steps.keydb.outputs.release }}
|
cd crowdsec-X.X.X
|
||||||
./test_env.sh
|
./test_env.sh
|
||||||
cd tests
|
cd tests
|
||||||
for i in `./cscli -c dev.yaml parsers list -a -o json | jq -r ".[].name" ` ; do
|
for i in `./cscli -c dev.yaml parsers list -a -o json | jq -r ".[].name" ` ; do
|
||||||
|
|
Loading…
Reference in a new issue