We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 881ee41 commit 0588c3cCopy full SHA for 0588c3c
1 file changed
.github/actions/appleapp-road-test/action.yml
@@ -59,6 +59,7 @@ runs:
59
${{ runner.os }}-rnapp-${{ inputs.variant }}-ios-pods-
60
61
- name: Install pods (RN ${{ inputs.variant }} app)
62
+ if: inputs.variant == 'vanilla'
63
run: |
64
cd ${{ inputs.rn-project-path }}/ios
65
pod install
0 commit comments