From 3b4c773890662e583c0698db361883a0e8d4489f Mon Sep 17 00:00:00 2001 From: AlteredCoder <64792091+AlteredCoder@users.noreply.github.com> Date: Tue, 5 Oct 2021 12:13:57 +0200 Subject: [PATCH] fix hubtest CI (#1000) --- .github/workflows/ci_hubtest.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci_hubtest.yml b/.github/workflows/ci_hubtest.yml index 301565d18..fcb54502f 100644 --- a/.github/workflows/ci_hubtest.yml +++ b/.github/workflows/ci_hubtest.yml @@ -42,7 +42,6 @@ jobs: - name: "Run tests" run: | cd hub/ - git checkout hub_tests cscli hubtest run --all --clean echo "PARSERS_COV=$(cscli hubtest coverage --parsers --percent | cut -d '=' -f2)" >> $GITHUB_ENV echo "SCENARIOS_COV=$(cscli hubtest coverage --scenarios --percent | cut -d '=' -f2)" >> $GITHUB_ENV