浏览代码

no macos testing

Rodja Trappe 2 年之前
父节点
当前提交
a654264a06
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      test_startup.sh

+ 0 - 1
test_startup.sh

@@ -37,6 +37,5 @@ do
     elif test -f $path/main.py; then
         check $path/main.py || error=1
     fi
-    pkill -f 'Safari' # ensure no old browser tabs keep requesting pages from previous tests (seems to be a osx github action only issue)
 done
 test $error -eq 0