Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mattleibow committed Sep 16, 2024
1 parent 05ba2a4 commit d6eb31f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-xharness-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
--instrumentation devicerunners.xharness.maui.XHarnessInstrumentation \
--app sample/test/DeviceTestingKitApp.DeviceTests/bin/${{ env.TEST_CONFIGURATION }}/${{ env.TEST_TARGET_FRAMEWORK }}/${{ env.TEST_RUNTIME_IDENTIFIER }}/publish/com.companyname.devicetestingkitapp.devicetests-Signed.apk \
--output-directory artifacts \
--verbosity debug \
--verbosity Debug \
&& code=0 && break || code=$? && sleep 15
done
exit $code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-xharness-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
--launch-timeout=00:06:00 \
--app sample/test/DeviceTestingKitApp.DeviceTests/bin/${{ env.TEST_CONFIGURATION }}/${{ env.TEST_TARGET_FRAMEWORK }}/${{ env.TEST_RUNTIME_IDENTIFIER }}/DeviceTestingKitApp.DeviceTests.app \
--output-directory artifacts \
--verbosity debug \
--verbosity Debug \
&& code=0 && break || code=$? && sleep 15
done
exit $code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-xharness-maccatalyst.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
--launch-timeout=00:06:00 \
--app sample/test/DeviceTestingKitApp.DeviceTests/bin/${{ env.TEST_CONFIGURATION }}/${{ env.TEST_TARGET_FRAMEWORK }}/${{ env.TEST_RUNTIME_IDENTIFIER }}/DeviceTestingKitApp.DeviceTests.app \
--output-directory artifacts \
--verbosity debug
--verbosity Debug
- name: Upload Artifacts
uses: actions/upload-artifact@v4
if: ${{ always() }}
Expand Down

0 comments on commit d6eb31f

Please sign in to comment.