summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorEmīls <emils@mullvad.net>2024-10-07 13:04:03 +0200
committerEmīls <emils@mullvad.net>2024-10-07 13:04:03 +0200
commitfedbe8a8902821dd6a04a5e67a15d72971cb4b22 (patch)
tree0e226e84a275c978976c4d7f2712b56fb4d912ef
parentb57b3fad33ae4046f04017aedbf04616d0361669 (diff)
downloadmullvadvpn-fedbe8a8902821dd6a04a5e67a15d72971cb4b22.tar.xz
mullvadvpn-fedbe8a8902821dd6a04a5e67a15d72971cb4b22.zip
Fix yaml typo in settings migration test
-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