瀏覽代碼

Allow for one failure

Steven Silvester 5 年之前
父節點
當前提交
710876441a
共有 1 個文件被更改,包括 1 次插入1 次删除
  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