Browse Source

Allow for one failure

Steven Silvester 5 years ago
parent
commit
710876441a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/ci_script.sh

+ 1 - 1
scripts/ci_script.sh

@@ -37,7 +37,7 @@ if [[ $GROUP == js* ]]; then
             scope="@jupyterlab/${PKG}"
         fi
 
-        FORCE_COLOR=1 jlpm run test:scope --loglevel success --scope ${scope}
+        FORCE_COLOR=1 jlpm run test:scope --loglevel success --scope ${scope} ||  FORCE_COLOR=1 jlpm run test:scope --loglevel success --scope ${scope}
     else
         jlpm build:packages
         jlpm build:test