up
This commit is contained in:
parent
ab38ef173f
commit
a75b9d306e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/hub-ci.yml
vendored
4
.github/workflows/hub-ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue