|
@@ -16,11 +16,9 @@ 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-*/**
|
|
|
- packages/slack/**
|
|
- packages/slack/**
|
|
|
- packages/ui/**
|
|
- packages/ui/**
|
|
|
- - packages/plugin-*/**
|
|
|
|
|
|
|
|
|
|
jobs:
|
|
jobs:
|
|
|
lint:
|
|
lint:
|
|
@@ -56,7 +54,7 @@ jobs:
|
|
|
|
|
|
|
|
- name: lerna run lint for plugins
|
|
- name: lerna run lint for plugins
|
|
|
run: |
|
|
run: |
|
|
|
- yarn lerna run lint --scope @growi/remark-* --scope @growi/plugin-*
|
|
|
|
|
|
|
+ yarn lerna run lint --scope @growi/remark-*
|
|
|
- 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 +108,7 @@ jobs:
|
|
|
|
|
|
|
|
- name: lerna run test for plugins
|
|
- name: lerna run test for plugins
|
|
|
run: |
|
|
run: |
|
|
|
- yarn lerna run test --scope @growi/remark-* --scope @growi/plugin-*
|
|
|
|
|
|
|
+ yarn lerna run test --scope @growi/remark-*
|
|
|
|
|
|
|
|
- name: Test app
|
|
- name: Test app
|
|
|
working-directory: ./packages/app
|
|
working-directory: ./packages/app
|