added yarn lint and test after plugin creation. Fixed some mirror things related with eslint errors
This commit is contained in:
@@ -40,3 +40,9 @@ jobs:
|
||||
run: |
|
||||
sudo sysctl fs.inotify.max_user_watches=524288
|
||||
node scripts/cli-e2e-test.js
|
||||
- name: yarn lint, test after plugin creation
|
||||
run: |
|
||||
yarn lint
|
||||
yarn test
|
||||
env:
|
||||
CI: true
|
||||
|
||||
Reference in New Issue
Block a user