From d18c46cae15bb48dcffee8d4090247dac5f17335 Mon Sep 17 00:00:00 2001 From: Ulises Gascon Date: Sat, 30 May 2020 13:35:10 +0200 Subject: [PATCH 1/2] WIP. CI --- .travis.yml | 2 +- package.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 27ee9e093..03fde90c4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,7 +32,7 @@ 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 & script: - npm run all:test-ci diff --git a/package.json b/package.json index dfd6c82eb..ab5f2031b 100644 --- a/package.json +++ b/package.json @@ -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", From c9ba7d88ea1a2566fd8193778c717ca717a585c0 Mon Sep 17 00:00:00 2001 From: Ulises Gascon Date: Sat, 30 May 2020 13:45:16 +0200 Subject: [PATCH 2/2] WIP.CI --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 03fde90c4..1427d8f3b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,6 +33,7 @@ before_script: ## else it would block execution and hang travis - npm run all:deps-ci - NODE_ENV=test npm run all:infra-start --silent & + - sleep 60 script: - npm run all:test-ci