File tree 1 file changed +11
-8
lines changed
.github/actions/run-ios-e2e-tests
1 file changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -45,19 +45,22 @@ runs:
45
45
46
46
- name : Run end-to-end-tests
47
47
run : |
48
+ echo "$(cat $0)"
49
+ echo get relieved on
50
+ exit 1
48
51
if [ -n "$TEST_NAME" ]; then
49
52
TEST_NAME_ARGUMENT=" -only-testing $TEST_NAME"
50
53
else
51
54
TEST_NAME_ARGUMENT=""
52
55
fi
53
- set -o pipefail && env NSUnbufferedIO=YES xcodebuild \
54
- -project MullvadVPN.xcodeproj \
55
- -scheme MullvadVPNUITests \
56
- -testPlan MullvadVPNUITestsAll $TEST_NAME_ARGUMENT \
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 \
56
+ set -o pipefail && env NSUnbufferedIO=YES xcodebuild
57
+ -project MullvadVPN.xcodeproj
58
+ -scheme MullvadVPNUITests
59
+ -testPlan MullvadVPNUITestsAll $TEST_NAME_ARGUMENT
60
+ -resultBundlePath ${{ env.TEST_OUTPUT_DIRECTORY }}/xcode-test-report
61
+ -derivedDataPath derived-data
62
+ -destination "platform=iOS,id=$TEST_DEVICE_UDID"
63
+ test-without-building 2>&1 #| xcbeautify --report junit
61
64
--report-path ${{ env.TEST_OUTPUT_DIRECTORY }}/junit-test-report
62
65
shell : bash
63
66
working-directory : ${{ inputs.outputs_path }}/mullvadvpn-app/ios
You can’t perform that action at this time.
0 commit comments