|
|
@@ -54,9 +54,7 @@ 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:styles --scope @growi/app
|
|
|
- yarn lerna run test:lint:js --scope @growi/app
|
|
|
- yarn lerna run test:lint:swagger2openapi --scope @growi/app
|
|
|
+ yarn lerna run test:lint --scope @growi/app
|
|
|
|
|
|
- name: Slack Notification
|
|
|
uses: weseek/ghaction-slack-notification@master
|
|
|
@@ -199,14 +197,10 @@ jobs:
|
|
|
echo -n "node " && node -v
|
|
|
echo -n "npm " && npm -v
|
|
|
yarn list --depth=0
|
|
|
- - name: yarn dev:client
|
|
|
+ - name: yarn dev:ci
|
|
|
working-directory: ./packages/app
|
|
|
run: |
|
|
|
- yarn dev:client
|
|
|
- - name: yarn dev:server:ci
|
|
|
- working-directory: ./packages/app
|
|
|
- run: |
|
|
|
- yarn dev:server:ci
|
|
|
+ yarn dev:ci
|
|
|
|
|
|
- name: Slack Notification
|
|
|
uses: weseek/ghaction-slack-notification@master
|