[ARVADOS-WORKBENCH2] updated: 1.2.0-606-g3304c66

Git user git at public.curoverse.com
Thu Oct 11 11:01:32 EDT 2018


Summary of changes:
 Makefile     | 2 +-
 package.json | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

       via  3304c66ff9a14c9f33c97b57952721b375e692c0 (commit)
      from  bc311e9eb8d6b0e4850823d4a9acd29d6176d06b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 3304c66ff9a14c9f33c97b57952721b375e692c0
Author: Fernando Monserrat <fernando.monserrat at gmail.com>
Date:   Thu Oct 11 12:01:22 2018 -0300

    no issue # .adding CI true to package.json
    Arvados-DCO-1.1-Signed-off-by: Fernando Monserrat <fmonserrat at veritasgenetics.com>

diff --git a/Makefile b/Makefile
index 4252ca0..98c0e51 100644
--- a/Makefile
+++ b/Makefile
@@ -70,7 +70,7 @@ yarn-install:
 	yarn install
 
 test: yarn-install
-	yarn test --watchAll --bail --ci
+	yarn test --no-watchAll --bail --ci
 
 build: test
 	yarn build
diff --git a/package.json b/package.json
index 1d4a15b..3c3eb6f 100644
--- a/package.json
+++ b/package.json
@@ -39,7 +39,7 @@
   "scripts": {
     "start": "react-scripts-ts start",
     "build": "REACT_APP_BUILD_NUMBER=$BUILD_NUMBER REACT_APP_GIT_COMMIT=$GIT_COMMIT react-scripts-ts build",
-    "test": "react-scripts-ts test --env=jsdom",
+    "test": "CI=true react-scripts-ts test --env=jsdom",
     "eject": "react-scripts-ts eject",
     "lint": "tslint src/** -t verbose"
   },

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list