hu hao vor 4 Jahren
Ursprung
Commit
0f6b2b5e44
1 geänderte Dateien mit 3 neuen und 2 gelöschten Zeilen
  1. 3 2
      .gitlab-ci.yml

+ 3 - 2
.gitlab-ci.yml

@@ -7,6 +7,7 @@ stages:
 cache:
 cache:
   paths:
   paths:
     - vendor/
     - vendor/
+    - node_modules/
 
 
 before_script:
 before_script:
 #配置环境
 #配置环境
@@ -27,8 +28,8 @@ test:
     - testwas
     - testwas
   script:
   script:
     - echo "run test....."
     - echo "run test....."
-    - path=`pwd`
-    - sudo bash ci/judgePush.sh $path
+#    - path=`pwd`
+#    - sudo bash ci/judgePush.sh $path
 #    - vendor/bin/phpunit --testsuite=Unit
 #    - vendor/bin/phpunit --testsuite=Unit
     - php vendor/bin/phpunit --testsuite=Services
     - php vendor/bin/phpunit --testsuite=Services
 #    TODO 给master用户发送邮件
 #    TODO 给master用户发送邮件