Przeglądaj źródła

update ci settings

Yuki Takei 4 lat temu
rodzic
commit
1253e7fcc0
1 zmienionych plików z 3 dodań i 1 usunięć
  1. 3 1
      .github/workflows/ci.yml

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

@@ -54,7 +54,9 @@ jobs:
         yarn lerna run test:lint --scope @growi/plugin-pukiwiki-like-linker
     - name: lerna run test:lint for app
       run: |
-        yarn lerna run test:lint --scope @growi/app
+        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
 
     - name: Slack Notification
       uses: weseek/ghaction-slack-notification@master