Skip to content

Commit

Permalink
Verify bash
Browse files Browse the repository at this point in the history
  • Loading branch information
mojganii committed Oct 24, 2024
1 parent 3825e37 commit 5dc3044
Showing 1 changed file with 2 additions and 2 deletions.
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 @@ -89,7 +89,7 @@ jobs:
override: true
target: aarch64-apple-ios
- name: Build iOS end-to-end tests action
uses: mullvad/mullvadvpn-app/.github/actions/build-ios-e2e-tests.yml@${{ needs.get-branch-name.outputs.branch_name }}
uses: mullvad/mullvadvpn-app/.github/actions/build-ios-e2e-tests.yml
with:
test_name: ${{ github.event.inputs.user_supplied_test_name }}
ios_device_pin_code: ${{ secrets.IOS_DEVICE_PIN_CODE }}
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
timeout-minutes: 60
steps:
- name: Run iOS end-to-end tests action
uses: mullvad/mullvadvpn-app/.github/actions/run-ios-e2e-tests.yml@${{ needs.get-branch-name.outputs.branch_name }}
uses: mullvad/mullvadvpn-app/.github/actions/run-ios-e2e-tests.yml
with:
test_name: MullvadVPNUITests/${{ matrix.test_suite }}
test_device_udid: ${{ env.TEST_DEVICE_UDID }}
Expand Down

0 comments on commit 5dc3044

Please sign in to comment.