Ver código fonte

Allow for one failure

Steven Silvester 5 anos atrás
pai
commit
710876441a
1 arquivos alterados com 1 adições e 1 exclusões
  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