Skip to content

Commit

Permalink
Correct the path to the test binary
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Oct 5, 2024
1 parent d2f3924 commit f810201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ jobs:
find "$RUNNER_TEMP" -name 'Info.plist'
find "$RUNNER_TEMP" -name 'Info.plist' -execdir cat '{}' \;
"$RUNNER_TEMP/src/cli/dokit.app/Contents/MacOS/dokit" --version
./test/unit/cli/testAbstractCommand -v2 -vs # \todo Remove post debugging.
"$RUNNER_TEMP/test/unit/cli/testAbstractCommand" -v2 -vs # \todo Remove post debugging.
- name: Test
run: ctest --output-on-failure --test-dir "$RUNNER_TEMP" --verbose --debug
- name: Collate test coverage
Expand Down

0 comments on commit f810201

Please sign in to comment.