Skip to content

Commit 0588c3c

Browse files
committed
fix(ci): add guard to only run pods for vanilla
1 parent 881ee41 commit 0588c3c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ runs:
5959
${{ runner.os }}-rnapp-${{ inputs.variant }}-ios-pods-
6060
6161
- name: Install pods (RN ${{ inputs.variant }} app)
62+
if: inputs.variant == 'vanilla'
6263
run: |
6364
cd ${{ inputs.rn-project-path }}/ios
6465
pod install

0 commit comments

Comments
 (0)