Skip to content

Commit

Permalink
Fix CI for Lerna
Browse files Browse the repository at this point in the history
Main Changes:
- Added missing `cy:verify` script
- Added sleep for 60s as workaround.
  • Loading branch information
UlisesGascon authored May 30, 2020
2 parents 52af9e8 + c9ba7d8 commit 9483ae5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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

0 comments on commit 9483ae5

Please sign in to comment.