From 5dc30446bea107621c25efcdf7d96df8d0be7955 Mon Sep 17 00:00:00 2001 From: mojganii Date: Thu, 24 Oct 2024 19:44:33 +0200 Subject: [PATCH] Verify bash --- .github/workflows/ios-end-to-end-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ios-end-to-end-tests.yml b/.github/workflows/ios-end-to-end-tests.yml index 12b3c494ef93..6048a7f188d2 100644 --- a/.github/workflows/ios-end-to-end-tests.yml +++ b/.github/workflows/ios-end-to-end-tests.yml @@ -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 }} @@ -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 }}