Skip to content

Commit

Permalink
Do not continue workflow on error (#1803)
Browse files Browse the repository at this point in the history
Signed-off-by: Bernd Verst <[email protected]>
  • Loading branch information
berndverst authored Jun 21, 2022
1 parent 7bc20c6 commit ccf6111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/certification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }} ... "
Expand Down

0 comments on commit ccf6111

Please sign in to comment.