From 1bad6e9e8234c985c48dbdb030d9fd8a7fa15b4d Mon Sep 17 00:00:00 2001 From: Thibault bui Koechlin Date: Mon, 8 Jun 2020 14:52:16 +0200 Subject: [PATCH] add CI for the hub --- .github/workflows/hub-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hub-ci.yml b/.github/workflows/hub-ci.yml index fa2c6c683..3cfdb0bea 100644 --- a/.github/workflows/hub-ci.yml +++ b/.github/workflows/hub-ci.yml @@ -19,7 +19,7 @@ jobs: - name: Check out code into the Go module directory uses: actions/checkout@v2 - name: Build - run: make release & + run: make release - name: Create test env run: cd crowdsec-v* && ./test_env.sh && cd ./tests - name: Download hub tests