Skip to content

Commit

Permalink
fixup try ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mwestphal committed Dec 31, 2024
1 parent a98a0fc commit 2137b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/coverage-ci/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ runs:
- name: Test
shell: bash
working-directory: ${{github.workspace}}/source
run: ctest -C Release -j 2 --output-on-failure || ctest -C Release -j 1 --rerun-failed -VV
run: ctest -R SDKImage -VV

- name: Upload Tests Artifact
if: failure()
Expand Down

0 comments on commit 2137b6f

Please sign in to comment.