add CI for the hub
This commit is contained in:
parent
82483c33e6
commit
1bad6e9e82
1 changed files with 1 additions and 1 deletions
2
.github/workflows/hub-ci.yml
vendored
2
.github/workflows/hub-ci.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
||||||
- name: Check out code into the Go module directory
|
- name: Check out code into the Go module directory
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: Build
|
- name: Build
|
||||||
run: make release &
|
run: make release
|
||||||
- name: Create test env
|
- name: Create test env
|
||||||
run: cd crowdsec-v* && ./test_env.sh && cd ./tests
|
run: cd crowdsec-v* && ./test_env.sh && cd ./tests
|
||||||
- name: Download hub tests
|
- name: Download hub tests
|
||||||
|
|
Loading…
Add table
Reference in a new issue