Skip to content

Commit

Permalink
ci: adds detox e2e github actions pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
WarleyLopes committed May 14, 2024
1 parent 2a731a8 commit 2f9eb2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,4 +132,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: detox-artifacts
path: native-app/artifacts/reports/
path: native-app/artifacts/
2 changes: 1 addition & 1 deletion native-app/e2e/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
module.exports = {
rootDir: '..',
testMatch: ['<rootDir>/e2e/**/*.test.js'],
testTimeout: 120000,
testTimeout: 600000,
maxWorkers: 1,
globalSetup: 'detox/runners/jest/globalSetup',
globalTeardown: 'detox/runners/jest/globalTeardown',
Expand Down

0 comments on commit 2f9eb2d

Please sign in to comment.