Skip to content

Commit 907efdd

Browse files
committed
WIP #250 - Fix fail-condition
1 parent e6f4ab9 commit 907efdd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/crossBrowserTesting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
name: Screenplay HTML reports
131131
path: Tests/**/ScreenplayReport.html
132132
- name: Fail the build if any test failures
133-
if: steps.dotnet_tests.outputs.failures == 'true'
133+
if: steps.dotnet_tests.outcome == 'failure'
134134
run: |
135135
echo "Failing the build due to test failures"
136136
exit 1

0 commit comments

Comments
 (0)