Skip to content

Commit 8d14b21

Browse files
committedAug 11, 2021
test(e2e, ios): use main package.json run script for tests
e2e version was done manually and had diverged from main run script
1 parent 2cd02b0 commit 8d14b21

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
 

‎.github/workflows/tests_e2e_ios.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -168,9 +168,7 @@ jobs:
168168

169169
- name: Detox Test
170170
timeout-minutes: 10
171-
run: |
172-
cd tests
173-
./node_modules/.bin/nyc ./node_modules/.bin/detox test --debug-synchronization 200 --configuration ios.sim.debug
171+
run: yarn tests:ios:test-cover
174172

175173
- name: Compress Simulator Log
176174
if: always()

0 commit comments

Comments
 (0)
Please sign in to comment.