Skip to content

Commit 3444b1f

Browse files
Storing artifacts
1 parent a96e5b1 commit 3444b1f

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/actions/ios-end-to-end-tests/action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ runs:
5555
-project MullvadVPN.xcodeproj \
5656
-scheme MullvadVPNUITests \
5757
-testPlan $XCODE_TEST_PLAN \
58-
-resultBundlePath test-report \
58+
-resultBundlePath xcode-test-report \
5959
-destination "platform=iOS,id=$TEST_DEVICE_UDID" \
60-
clean test 2>&1 | xcbeautify --report junit --report-path test-report
60+
clean test 2>&1 | xcbeautify --report junit --report-path junit-test-report
6161
shell: bash
6262
working-directory: ios/
6363
env:

.github/workflows/ios-end-to-end-tests.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,7 @@ jobs:
7777
if: always()
7878
uses: actions/upload-artifact@v4
7979
with:
80-
name: test-report
81-
path: ios/test-report/junit.xml
80+
name: test-results
81+
path: |
82+
ios/junit-test-report/junit.xml
83+
ios/xcode-test-report.xcresult

0 commit comments

Comments
 (0)