Skip to content

Commit

Permalink
Add more steps
Browse files Browse the repository at this point in the history
  • Loading branch information
siepra committed Oct 6, 2023
1 parent f08376b commit 91b53dd
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/e2e-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,16 @@ jobs:
npm i
npm run lerna bootstrap --scope @quiet/eslint-config,@quiet/logger,@quiet/common,@quiet/types,@quiet/state-manager,@quiet/backend,@quiet/identity,@quiet/mobile,backend-bundle
- name: Install pods
run: |
cd packages/mobile/ios
pod install
- name: Build Detox
run: |
cd ..
detox build -c ios.sim.debug
- name: Run basic tests
run: |
cd packages/mobile
detox test starter -c ios.sim.debug

0 comments on commit 91b53dd

Please sign in to comment.