Explorar o código

update ci settings

Yuki Takei %!s(int64=4) %!d(string=hai) anos
pai
achega
1253e7fcc0
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  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