summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorEmīls <emils@mullvad.net>2024-10-07 14:58:08 +0200
committerEmīls <emils@mullvad.net>2024-10-07 14:58:08 +0200
commit74a9b0e52e98bdeb0eb44d7e6ec491f853205139 (patch)
tree0e226e84a275c978976c4d7f2712b56fb4d912ef
parentb57b3fad33ae4046f04017aedbf04616d0361669 (diff)
parentfedbe8a8902821dd6a04a5e67a15d72971cb4b22 (diff)
downloadmullvadvpn-74a9b0e52e98bdeb0eb44d7e6ec491f853205139.tar.xz
mullvadvpn-74a9b0e52e98bdeb0eb44d7e6ec491f853205139.zip
Merge branch 'fix-e2e-tes'
-rw-r--r--.github/workflows/ios-end-to-end-tests-settings-migration.yml2
1 files changed, 1 insertions, 1 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 9c187dfab6..fb59434b27 100644
--- a/.github/workflows/ios-end-to-end-tests-settings-migration.yml
+++ b/.github/workflows/ios-end-to-end-tests-settings-migration.yml
@@ -32,7 +32,7 @@ jobs:
- name: Uninstall app
timeout-minutes: 5
- run: ios-deploy --id $${{ env.TEST_DEVICE_UDID }} --uninstall_only --bundle_id net.mullvad.MullvadVPN
+ run: ios-deploy --id ${{ env.TEST_DEVICE_UDID }} --uninstall_only --bundle_id net.mullvad.MullvadVPN
- name: Checkout old repository version
uses: actions/checkout@v4