From 743ca780fd4062d7ba45bea6a0e1cacb59d92e05 Mon Sep 17 00:00:00 2001 From: mojganii Date: Tue, 15 Oct 2024 09:29:27 +0200 Subject: [PATCH] Export artifacts into xcresult --- .../ios-end-to-end-tests-settings-migration.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ios-end-to-end-tests-settings-migration.yml b/.github/workflows/ios-end-to-end-tests-settings-migration.yml index fb59434b27ef..0268f663d896 100644 --- a/.github/workflows/ios-end-to-end-tests-settings-migration.yml +++ b/.github/workflows/ios-end-to-end-tests-settings-migration.yml @@ -55,7 +55,7 @@ jobs: if: always() with: name: test-report-change-dns-settings - path: ios/test-report/junit.xml + path: ios/test-report/test-report-change-dns-settings.xcresult - name: Checkout repository to get the current app version uses: actions/checkout@v4 @@ -77,7 +77,7 @@ jobs: if: always() with: name: test-report-verify-dns-settings - path: ios/test-report/junit.xml + path: ios/test-report/test-report-verify-dns-settings.xcresult - name: Checkout old repository version uses: actions/checkout@v4 @@ -101,7 +101,7 @@ jobs: if: always() with: name: test-report-change-all-other-settings - path: ios/test-report/junit.xml + path: ios/test-report/test-report-change-all-other-settings.xcresult - name: Checkout repository to get the current app version uses: actions/checkout@v4 @@ -113,7 +113,7 @@ jobs: ios_device_pin_code: ${{ secrets.IOS_DEVICE_PIN_CODE }} test_device_identifier_uuid: ${{ secrets.IOS_TEST_DEVICE_IDENTIFIER_UUID }} has_time_account_number: ${{ secrets.IOS_HAS_TIME_ACCOUNT_NUMBER_PRODUCTION }} - no_time_account_number: ${{ secrets.IOS_NO_TIME_ACCOUNT_NUMBER_PRODUCTION }} + no_time_aƸccount_number: ${{ secrets.IOS_NO_TIME_ACCOUNT_NUMBER_PRODUCTION }} test_device_udid: ${{ env.TEST_DEVICE_UDID }} partner_api_token: ${{ secrets.STAGEMOLE_PARTNER_AUTH }} xcode_test_plan: 'MullvadVPNUITestsVerifySettingsChanged' @@ -123,4 +123,4 @@ jobs: if: always() with: name: test-report-verify-all-other-settings - path: ios/test-report/junit.xml + path: ios/test-report/test-report-verify-all-other-settings.xcresult