Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: Add detox with a simple e2e test #396

Merged
merged 20 commits into from
Apr 10, 2020
Merged
Prev Previous commit
Next Next commit
Try tunnel
  • Loading branch information
amaury1093 committed Apr 10, 2020
commit f1c17bea2a308f0bedb0d8287bb00b2cb58ca894
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Run E2E Tests
run: |
# Start packager in background
yarn start &
yarn start --tunnel &
PID=$(ps $! | tail -1 | awk '{print $1}')
# Run e2e test
yarn test:e2e
Expand Down