Skip to content

Commit

Permalink
fix: workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent committed Feb 14, 2024
1 parent b984e87 commit 0078c4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/e2e-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:

- name: Setup Node.js
uses: actions/setup-node@v3
run: npm i --force

- name: Install macOS dependencies
run: |
Expand All @@ -37,7 +38,7 @@ jobs:
- name: Install CocoaPods
if: steps.cache-cocoapods.outputs.cache-hit != 'true'
run: cd test/ios ; pod install --verbose
run: npm i --force; cd test/ios ; pod install --verbose

- name: Detox rebuild framework cache
run: npx detox rebuild-framework-cache
Expand Down

0 comments on commit 0078c4f

Please sign in to comment.