From 7a8192ada90b472a4326416d2b3c440e3e697efb Mon Sep 17 00:00:00 2001 From: Chris Thrasher Date: Fri, 7 Apr 2023 20:42:54 -0600 Subject: [PATCH] Fix bug where CTest failing did not fail CI job --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 741f9200..ee333091 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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