Make GitHub Actions warning when win-scons tests fail

This commit is contained in:
2024-09-20 08:14:18 -05:00
committed by Celtic Minstrel
parent 0eda9f40a1
commit b02de30552

View File

@@ -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: {