Skip to content

Commit

Permalink
Change e2e ios test to debug config
Browse files Browse the repository at this point in the history
  • Loading branch information
jtklein committed Dec 16, 2022
1 parent 3834eff commit 2da8c26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e_ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- run: brew tap wix/brew
- run: brew install applesimutils
- run: npm run e2e:build
- run: npm run e2e:test -- --cleanup --debug-synchronization 200
- run: npm start & npm run e2e:test -- --cleanup --debug-synchronization 200

notify:
name: Notify Slack
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"postinstall": "husky install",
"translate": "node src/i18n/i18ncli.js build",
"e2e:build:android": "npx detox build --configuration android.release",
"e2e:build": "npx detox build --configuration ios.release",
"e2e:build": "npx detox build --configuration ios.debug",
"e2e:test:android": "npx detox test --configuration android.release",
"e2e:test": "npx detox test --configuration ios.release",
"e2e:test": "npx detox test --configuration ios.debug",
"e2e": "npm run e2e:build && npm run e2e:test"
},
"dependencies": {
Expand Down

0 comments on commit 2da8c26

Please sign in to comment.