https
This commit is contained in:
parent
15a3063f54
commit
75a632c7ee
1 changed files with 3 additions and 0 deletions
3
.github/workflows/hub-ci.yml
vendored
3
.github/workflows/hub-ci.yml
vendored
|
@ -23,8 +23,11 @@ jobs:
|
|||
- name: Create test env
|
||||
run: cd crowdsec-pull && ls -l && ./test_env.sh && cd ./tests && ls -l
|
||||
- name: Download hub tests
|
||||
working-directory: crowdsec-pull/tests/
|
||||
run: pwd && git clone https://github.com/crowdsecurity/hub-tests.git
|
||||
- name: Build/prep hub tests
|
||||
working-directory: crowdsec-pull/tests/
|
||||
run: pwd && cd hub-tests && bash -x ./prep_tests.sh && cd ..
|
||||
- name: Run the tests
|
||||
working-directory: crowdsec-pull/tests/
|
||||
run: ./main ./tests/apache2-1/
|
||||
|
|
Loading…
Add table
Reference in a new issue