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