Skip to content

Commit 7a1729e

Browse files
committed
ci(actions): forward runner_provider from reusable workflows into setup-e2e-env
1 parent cde87f2 commit 7a1729e

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build-android-e2e.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
configure-keystores: true
6666
android-api-level: 36
6767
target: ${{ inputs.keystore_target }} # qa for taget=main and flask for target=flask
68+
runner_provider: ${{ inputs.runner_provider }}
6869

6970
- name: Setup project dependencies with retry
7071
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 #v3.0.2

.github/workflows/build-ios-e2e.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ jobs:
114114
with:
115115
platform: ios
116116
setup-simulator: false
117+
runner_provider: ${{ inputs.runner_provider }}
117118

118119
- name: Print iOS tool versions
119120
run: |

.github/workflows/run-e2e-workflow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ jobs:
122122
android-avd-name: emulator
123123
android-api-level: 36
124124
configure-keystores: false
125+
runner_provider: ${{ inputs.runner_provider }}
125126

126127
- name: Build Detox framework cache (iOS)
127128
if: ${{ inputs.platform == 'ios' }}

0 commit comments

Comments
 (0)