Skip to content

Commit

Permalink
Try a completely different test case
Browse files Browse the repository at this point in the history
Just to narrow down the test vs framework.
  • Loading branch information
pcolby committed Oct 5, 2024
1 parent f810201 commit 48defe8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +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
"$RUNNER_TEMP/test/unit/lib/testPokitDevice" -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
Expand Down

0 comments on commit 48defe8

Please sign in to comment.