We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0af5577 commit 06dab28Copy full SHA for 06dab28
.github/actions/run-ios-e2e-tests/action.yml
@@ -44,7 +44,7 @@ runs:
44
TEST_DEVICE_UDID: ${{ inputs.test_device_udid }}
45
46
- name: Run end-to-end-tests
47
- run: |
+ run: >
48
if [ -n "$TEST_NAME" ]; then
49
TEST_NAME_ARGUMENT=" -only-testing $TEST_NAME"
50
else
@@ -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