Yuki Takei 3 лет назад
Родитель
Сommit
3079dd27a5
2 измененных файлов с 4 добавлено и 2 удалено
  1. 2 0
      .github/workflows/ci-app-prod.yml
  2. 2 2
      .github/workflows/ci-app.yml

+ 2 - 0
.github/workflows/ci-app-prod.yml

@@ -14,6 +14,7 @@ on:
       - '!packages/app/docker/**'
       - '!packages/app/docker/**'
       - packages/codemirror-textlint/**
       - packages/codemirror-textlint/**
       - packages/core/**
       - packages/core/**
+      - packages/remark-drawio-plugin/**
       - packages/remark-growi-plugin/**
       - packages/remark-growi-plugin/**
       - packages/slack/**
       - packages/slack/**
       - packages/ui/**
       - packages/ui/**
@@ -32,6 +33,7 @@ on:
       - '!packages/app/docker/**'
       - '!packages/app/docker/**'
       - packages/codemirror-textlint/**
       - packages/codemirror-textlint/**
       - packages/core/**
       - packages/core/**
+      - packages/remark-drawio-plugin/**
       - packages/remark-growi-plugin/**
       - packages/remark-growi-plugin/**
       - packages/slack/**
       - packages/slack/**
       - packages/ui/**
       - packages/ui/**

+ 2 - 2
.github/workflows/ci-app.yml

@@ -56,7 +56,7 @@ jobs:
 
 
       - name: lerna run lint for plugins
       - name: lerna run lint for plugins
         run: |
         run: |
-          yarn lerna run lint --scope @growi/remark-growi-plugin --scope @growi/plugin-*
+          yarn lerna run lint --scope @growi/remark-* --scope @growi/plugin-*
       - name: lerna run lint for app
       - name: lerna run lint for app
         run: |
         run: |
           yarn lerna run lint --scope @growi/app --scope @growi/codemirror-textlint --scope @growi/core --scope @growi/slack --scope @growi/ui
           yarn lerna run lint --scope @growi/app --scope @growi/codemirror-textlint --scope @growi/core --scope @growi/slack --scope @growi/ui
@@ -110,7 +110,7 @@ jobs:
 
 
       - name: lerna run test for plugins
       - name: lerna run test for plugins
         run: |
         run: |
-          yarn lerna run test --scope @growi/remark-growi-plugin --scope @growi/plugin-*
+          yarn lerna run test --scope @growi/remark-* --scope @growi/plugin-*
 
 
       - name: Test app
       - name: Test app
         working-directory: ./packages/app
         working-directory: ./packages/app