Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ before_script:
## travis to run this process in the background
## else it would block execution and hang travis
- npm run all:deps-ci
- NODE_ENV=test npm run all:infra-start -- --silent &
- NODE_ENV=test npm run all:infra-start --silent &
- sleep 60

script:
- npm run all:test-ci
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"husky": "^4.2.3"
},
"scripts": {
"all:cy:verify": "lerna run --parallel cy:verify",
"all:test-e2e": "lerna run --parallel test:e2e",
"all:test-ci": "lerna run --parallel test:ci",
"all:test": "lerna run --parallel test",
Expand Down