Skip to content

Commit

Permalink
ci(github): ios test: add cocoapod install step
Browse files Browse the repository at this point in the history
  • Loading branch information
ericswpark committed Mar 15, 2024
1 parent a9c9acc commit f3a08de
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/mobile-ios-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
node-version: 18
- name: Install dependencies
run: npm ci
- name: Prebuild and build test artifact
run: |
npx expo prebuild
npx detox build --configuration ios.sim.debug
- name: Install CocoaPods
run: cd ios && pods install
- name: Run Detox build
run: npx detox build --configuration ios.sim.debug
- name: Run Detox Test
run: |
npx expo start &
Expand Down

0 comments on commit f3a08de

Please sign in to comment.