Skip to content

Commit

Permalink
Fix yaml typo in settings migration test
Browse files Browse the repository at this point in the history
  • Loading branch information
pinkisemils committed Oct 7, 2024
1 parent b57b3fa commit fedbe8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fedbe8a

Please sign in to comment.