Skip to content

Commit

Permalink
Update commit hash
Browse files Browse the repository at this point in the history
  • Loading branch information
mojganii committed Oct 30, 2024
1 parent 403da28 commit 20aa103
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ios-end-to-end-tests-settings-migration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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: ./.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 }}
Expand All @@ -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
4 changes: 2 additions & 2 deletions .github/workflows/ios-end-to-end-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit 20aa103

Please sign in to comment.