From e98362916749bf3cc88571c51bc6067942be3282 Mon Sep 17 00:00:00 2001 From: Xan Manning Date: Mon, 20 Dec 2021 21:17:43 +0000 Subject: [PATCH] fix(gha): do not continue on error --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 38dc55e..4e1325c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,7 +59,7 @@ jobs: - name: Run Molecule tests run: molecule test --scenario-name "${{ matrix.scenario }}" - continue-on-error: true + # continue-on-error: true env: PY_COLORS: '1' ANSIBLE_FORCE_COLOR: '1'