diff --git a/.github/workflows/cmake_single_platform.yml b/.github/workflows/cmake_single_platform.yml index 1be0b9b..673d689 100644 --- a/.github/workflows/cmake_single_platform.yml +++ b/.github/workflows/cmake_single_platform.yml @@ -45,7 +45,7 @@ jobs: - name: Verbose re-run failed tests # Only run if the test step failed - if: ${{ failure() && steps.test.outcome == "failure" }} + if: failure() && steps.test.outcome == 'failure' working-directory: ${{github.workspace}}/build run: ctest -C ${{env.BUILD_TYPE}} --rerun-failed --output-on-failure