Skip to content

Commit 2cf1e71

Browse files
committed
Remove extra spaces and line breaks
1 parent 6d501a6 commit 2cf1e71

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

.github/actions/run-ios-e2e-tests/action.yml

+8-9
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,15 @@ runs:
4646
- name: Run end-to-end-tests
4747
run: |
4848
if [ -n "$TEST_NAME" ]; then TEST_NAME_ARGUMENT=" -only-testing $TEST_NAME"; else TEST_NAME_ARGUMENT=""; fi
49-
5049
set -o pipefail && env NSUnbufferedIO=YES xcodebuild
51-
-project MullvadVPN.xcodeproj
52-
-scheme MullvadVPNUITests
53-
-testPlan MullvadVPNUITestsAll $TEST_NAME_ARGUMENT
54-
-resultBundlePath ${{ env.TEST_OUTPUT_DIRECTORY }}/xcode-test-report
55-
-derivedDataPath derived-data
56-
-destination "platform=iOS,id=$TEST_DEVICE_UDID"
57-
test-without-building 2>&1 | xcbeautify --report junit
58-
--report-path ${{ env.TEST_OUTPUT_DIRECTORY }}/junit-test-report
50+
-project MullvadVPN.xcodeproj
51+
-scheme MullvadVPNUITests
52+
-testPlan MullvadVPNUITestsAll $TEST_NAME_ARGUMENT
53+
-resultBundlePath ${{ env.TEST_OUTPUT_DIRECTORY }}/xcode-test-report
54+
-derivedDataPath derived-data
55+
-destination "platform=iOS,id=$TEST_DEVICE_UDID"
56+
test-without-building 2>&1 | xcbeautify --report junit
57+
--report-path ${{ env.TEST_OUTPUT_DIRECTORY }}/junit-test-report
5958
shell: bash
6059
working-directory: ${{ inputs.outputs_path }}/mullvadvpn-app/ios
6160
env:

0 commit comments

Comments
 (0)