Skip to content

Commit

Permalink
Add check if OCPP tests failed and fail job if that's the case (#970)
Browse files Browse the repository at this point in the history
Signed-off-by: Kai-Uwe Hermann <[email protected]>
  • Loading branch information
hikinggrass authored Nov 27, 2024
1 parent e4ec2c7 commit 71b8762
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,6 @@ jobs:
display-options: fEX
fail-on-empty: True
title: Test results
- name: Check if OCPP tests failed
if: ${{ steps.run_ocpp_tests.outcome == 'failure' }}
run: exit 1

0 comments on commit 71b8762

Please sign in to comment.