From b21c50f97569cd3fd6398012a3729b013ebbd4a2 Mon Sep 17 00:00:00 2001 From: Thibault bui Koechlin Date: Mon, 8 Jun 2020 15:20:13 +0200 Subject: [PATCH] https --- .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 ffa00ee0c..9999ad640 100644 --- a/.github/workflows/hub-ci.yml +++ b/.github/workflows/hub-ci.yml @@ -23,7 +23,7 @@ jobs: - name: Create test env run: cd crowdsec-pull && ./test_env.sh && cd ./tests - name: Download hub tests - run: pwd && git clone git@github.com:crowdsecurity/hub-tests.git + run: pwd && git clone https://github.com/crowdsecurity/hub-tests.git - name: Build/prep hub tests run: cd hub-tests && bash ./prep_tests.sh && cd .. - name: Run the tests