Make GitHub Actions warning when win-scons tests fail
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -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: {
|
||||
|
Reference in New Issue
Block a user