Skip to content

Commit 0cc2f91

Browse files
committed
fix(ci): invalid command flag failing Expo 54 demo app build in CI
1 parent 67b2da1 commit 0cc2f91

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/appleapp-road-test/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ runs:
8383

8484
- name: Build Brownfield iOS native app (${{ inputs.variant }})
8585
run: |
86-
yarn run build:example:ios-consumer:${{ startsWith(inputs.variant, 'expo') && 'expo' || inputs.variant }}
86+
yarn run build:example:ios-consumer:${{ inputs.variant }}
8787
shell: bash
8888

8989
# ==============

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,5 +119,5 @@ jobs:
119119
- name: Run ExpoApp -> AppleApp road test (Expo ${{ matrix.version }})
120120
uses: ./.github/actions/appleapp-road-test
121121
with:
122-
variant: expo
122+
variant: expo${{ matrix.version }}
123123
rn-project-path: apps/ExpoApp${{ matrix.version }}

0 commit comments

Comments
 (0)