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 9c99d48d18ab..ce556dd40a3f 100644 --- a/.github/workflows/ios-end-to-end-tests-settings-migration.yml +++ b/.github/workflows/ios-end-to-end-tests-settings-migration.yml @@ -21,7 +21,7 @@ on: # Define global environment variables here to make them easy to update env: TEST_DEVICE_UDID: 00008130-0019181022F3803A - OLD_APP_COMMIT_HASH: "f82b90126441e9f8afa8c820faa0e5b2c99ecc3e" + OLD_APP_COMMIT_HASH: "7da49e9b12551a7ff8225cee747d837675c87d5e" jobs: set_commit_hash: @@ -51,7 +51,7 @@ jobs: change_dns_settings: name: Change DNS Settings on Old App Version - uses: mullvad/mullvadvpn-app/.github/workflows/ios-end-to-end-tests.yml@main + uses: ./.github/workflows/ios-end-to-end-tests.yml needs: - set_commit_hash - uninstall_app @@ -64,7 +64,7 @@ jobs: name: Verify DNS Settings on Current App Version needs: - change_dns_settings - uses: mullvad/mullvadvpn-app/.github/workflows/ios-end-to-end-tests.yml@main + uses: ./.github/workflows/ios-end-to-end-tests.yml with: arg_tests_json_key: "mullvadVPNUITestsVerifyDNSSettingsChanged" secrets: inherit @@ -74,7 +74,7 @@ jobs: needs: - set_commit_hash - verify_dns_settings - uses: mullvad/mullvadvpn-app/.github/workflows/ios-end-to-end-tests.yml@main + uses: mullvad/mullvadvpn-app/.github/workflows/ios-end-to-end-tests.yml with: arg_tests_json_key: "mullvadVPNUITestsChangeSettings" commit_hash: ${{ needs.set_commit_hash.outputs.old_app_commit_hash }} @@ -84,7 +84,7 @@ jobs: name: Verify All Other Settings on Current App Version needs: - change_other_settings - uses: mullvad/mullvadvpn-app/.github/workflows/ios-end-to-end-tests.yml@main + uses: ./.github/workflows/ios-end-to-end-tests.yml with: arg_tests_json_key: "mullvadVPNUITestsVerifySettingsChanged" secrets: inherit diff --git a/.github/workflows/ios-end-to-end-tests.yml b/.github/workflows/ios-end-to-end-tests.yml index d05a7bd8321a..9c8a70913484 100644 --- a/.github/workflows/ios-end-to-end-tests.yml +++ b/.github/workflows/ios-end-to-end-tests.yml @@ -101,7 +101,7 @@ jobs: target: aarch64-apple-ios - name: Build iOS end to end tests action - uses: ./.github/actions/build-ios-e2e-tests + uses: mullvad/mullvadvpn-app/.github/actions/build-ios-e2e-tests@main with: test_name: ${{ github.event.inputs.user_supplied_test_name }} ios_device_pin_code: ${{ secrets.IOS_DEVICE_PIN_CODE }} @@ -143,7 +143,7 @@ jobs: test_suite: ${{fromJson(needs.define-test-suites-matrix.outputs.test_suites_json)}} steps: - name: Run iOS end to end tests action - uses: ./.github/actions/run-ios-e2e-tests + uses: mullvad/mullvadvpn-app/.github/actions/run-ios-e2e-tests@main with: test_name: "MullvadVPNUITests/${{ matrix.test_suite }}" test_device_udid: ${{ env.TEST_DEVICE_UDID }}