Skip to content

Commit

Permalink
Make GitHub Actions warning when win-scons tests fail
Browse files Browse the repository at this point in the history
  • Loading branch information
NQNStudios committed Sep 20, 2024
1 parent 8660305 commit cf84c26
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,12 @@
name: build and unit test,
run: '.\.github\workflows\scripts\win\scons-build.bat'
},
{
name: warn about failure to launch tests,
run: 'echo "::warning title=UNIT-TESTS::unit tests failed for win-scons"',
shell: bash,
if: '${{ hashFiles("build/test/passed") == "" }}'
}
]
},
# win-mingw: {
Expand Down

0 comments on commit cf84c26

Please sign in to comment.