diff options
| author | Emīls <emils@mullvad.net> | 2024-10-07 13:04:03 +0200 |
|---|---|---|
| committer | Emīls <emils@mullvad.net> | 2024-10-07 13:04:03 +0200 |
| commit | fedbe8a8902821dd6a04a5e67a15d72971cb4b22 (patch) | |
| tree | 0e226e84a275c978976c4d7f2712b56fb4d912ef /.github/workflows | |
| parent | b57b3fad33ae4046f04017aedbf04616d0361669 (diff) | |
| download | mullvadvpn-fedbe8a8902821dd6a04a5e67a15d72971cb4b22.tar.xz mullvadvpn-fedbe8a8902821dd6a04a5e67a15d72971cb4b22.zip | |
Fix yaml typo in settings migration test
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ios-end-to-end-tests-settings-migration.yml | 2 |
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 |
