Skip to content

Commit

Permalink
force build JS bundle in iOS detox tests
Browse files Browse the repository at this point in the history
  • Loading branch information
angusbayley committed Oct 23, 2024
1 parent cd92019 commit 7fefbc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-mobile-e2e-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
if: steps.detox-build.outputs.cache-hit != 'true'
run: pnpm mobile e2e:ci -p ios -b
- name: Build JS Bundle app for Detox test run
if: steps.detox-build.outputs.cache-hit == 'true'
# if: steps.detox-build.outputs.cache-hit == 'true'
run: pnpm mobile e2e:ci -p ios --bundle
- name: Test iOS app
id: detox
Expand Down

0 comments on commit 7fefbc7

Please sign in to comment.