Skip to content

Commit

Permalink
Fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
cscjlan committed Aug 23, 2024
1 parent 3cfcb34 commit b3c4578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake_single_platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b3c4578

Please sign in to comment.