From ccf61118922362904d97199009c792c14d3f842b Mon Sep 17 00:00:00 2001 From: Bernd Verst <4535280+berndverst@users.noreply.github.com> Date: Mon, 20 Jun 2022 21:14:22 -0700 Subject: [PATCH] Do not continue workflow on error (#1803) Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com> --- .github/workflows/certification.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/certification.yml b/.github/workflows/certification.yml index daa5bde649..a6ac753b25 100644 --- a/.github/workflows/certification.yml +++ b/.github/workflows/certification.yml @@ -208,7 +208,7 @@ jobs: git diff --exit-code ./go.sum - name: Run tests - continue-on-error: true + continue-on-error: false working-directory: ${{ env.TEST_PATH }} run: | echo "Running certification tests for ${{ matrix.component }} ... "