add CI for the hub
This commit is contained in:
parent
d23f458ae2
commit
ab38ef173f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/hub-ci.yml
vendored
2
.github/workflows/hub-ci.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
|||
- name: Build
|
||||
run: make release
|
||||
- name: Create test env
|
||||
run: ls -l && cd crowdsec-v* && ./test_env.sh && cd ./tests
|
||||
run: ls -l && cd crowdsec-pull && ./test_env.sh && cd ./tests
|
||||
- name: Download hub tests
|
||||
run: git clone git@github.com:crowdsecurity/hub-tests.git
|
||||
- name: Build/prep hub tests
|
||||
|
|
Loading…
Add table
Reference in a new issue