Yuki Takei 4 лет назад
Родитель
Сommit
153c8d148c
1 измененных файлов с 3 добавлено и 9 удалено
  1. 3 9
      .github/workflows/ci.yml

+ 3 - 9
.github/workflows/ci.yml

@@ -54,9 +54,7 @@ jobs:
         yarn lerna run test:lint --scope @growi/plugin-pukiwiki-like-linker
         yarn lerna run test:lint --scope @growi/plugin-pukiwiki-like-linker
     - name: lerna run test:lint for app
     - name: lerna run test:lint for app
       run: |
       run: |
-        yarn lerna run test:lint:styles --scope @growi/app
-        yarn lerna run test:lint:js --scope @growi/app
-        yarn lerna run test:lint:swagger2openapi --scope @growi/app
+        yarn lerna run test:lint --scope @growi/app
 
 
     - name: Slack Notification
     - name: Slack Notification
       uses: weseek/ghaction-slack-notification@master
       uses: weseek/ghaction-slack-notification@master
@@ -199,14 +197,10 @@ jobs:
         echo -n "node " && node -v
         echo -n "node " && node -v
         echo -n "npm " && npm -v
         echo -n "npm " && npm -v
         yarn list --depth=0
         yarn list --depth=0
-    - name: yarn dev:client
+    - name: yarn dev:ci
       working-directory: ./packages/app
       working-directory: ./packages/app
       run: |
       run: |
-        yarn dev:client
-    - name: yarn dev:server:ci
-      working-directory: ./packages/app
-      run: |
-        yarn dev:server:ci
+        yarn dev:ci
 
 
     - name: Slack Notification
     - name: Slack Notification
       uses: weseek/ghaction-slack-notification@master
       uses: weseek/ghaction-slack-notification@master