add CI for the hub

This commit is contained in:
Thibault bui Koechlin 2020-06-08 14:50:21 +02:00
parent fa197a94c2
commit 82483c33e6

View file

@ -21,7 +21,7 @@ jobs:
- name: Build
run: make release &
- name: Create test env
run: cd crowdsec-`git for-each-ref --sort=-v:refname --count=1 --format '%(refname)' | cut -d '/' -f3` && ./test_env.sh && cd ./tests
run: cd crowdsec-v* && ./test_env.sh && cd ./tests
- name: Download hub tests
run: git clone git@github.com:crowdsecurity/hub-tests.git
- name: Build/prep hub tests