We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 714ff03 commit 0af5577Copy full SHA for 0af5577
.github/actions/run-ios-e2e-tests/action.yml
@@ -57,7 +57,7 @@ runs:
57
-resultBundlePath ${{ env.TEST_OUTPUT_DIRECTORY }}/xcode-test-report \
58
-derivedDataPath derived-data \
59
-destination "platform=iOS,id=$TEST_DEVICE_UDID" \
60
- test-without-building 2>&1 #| xcbeautify --report junit \
+ test-without-building 2>&1 #| xcbeautify --report junit ^
61
--report-path ${{ env.TEST_OUTPUT_DIRECTORY }}/junit-test-report
62
shell: bash
63
working-directory: ${{ inputs.outputs_path }}/mullvadvpn-app/ios
0 commit comments