Skip to content

Commit bfbc626

Browse files
committed
Another attempt to fix failure condition
1 parent 92871e6 commit bfbc626

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dotnetCi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
with:
5959
tfm: ${{ env.Tfm }}
6060
- name: Fail the build if any test failures
61-
if: steps.run-all-tests.outputs.failures == 'true'
61+
if: ${{ steps.run-all-tests.outputs.failures == 'true' }}
6262
run: |
6363
echo "Failing the build due to test failures"
6464
exit 1

0 commit comments

Comments
 (0)