We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67b2da1 commit 0cc2f91Copy full SHA for 0cc2f91
2 files changed
.github/actions/appleapp-road-test/action.yml
@@ -83,7 +83,7 @@ runs:
83
84
- name: Build Brownfield iOS native app (${{ inputs.variant }})
85
run: |
86
- yarn run build:example:ios-consumer:${{ startsWith(inputs.variant, 'expo') && 'expo' || inputs.variant }}
+ yarn run build:example:ios-consumer:${{ inputs.variant }}
87
shell: bash
88
89
# ==============
.github/workflows/ci.yml
@@ -119,5 +119,5 @@ jobs:
119
- name: Run ExpoApp -> AppleApp road test (Expo ${{ matrix.version }})
120
uses: ./.github/actions/appleapp-road-test
121
with:
122
- variant: expo
+ variant: expo${{ matrix.version }}
123
rn-project-path: apps/ExpoApp${{ matrix.version }}
0 commit comments