Fix bug where CTest failing did not fail CI job
This commit is contained in:
parent
1da3e8015b
commit
7a8192ada9
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -114,6 +114,7 @@ jobs:
|
||||
warning_on_retry: false
|
||||
shell: bash
|
||||
command: |
|
||||
set -e
|
||||
if [ "${{ runner.os }}" == "Windows" ]; then
|
||||
# Make use of a test to print OpenGL vendor/renderer/version info to the console
|
||||
find $GITHUB_WORKSPACE/build/bin -name test-sfml-window.exe -exec {} --test-case="[Window] sf::Context" --subcase="Version String" \; | grep OpenGL
|
||||
|
Loading…
Reference in New Issue
Block a user