Sfoglia il codice sorgente

update ci settings

Yuki Takei 4 anni fa
parent
commit
1253e7fcc0
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  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