added path to run lint and tests inside an specific folder

This commit is contained in:
Mateus Marquezini
2020-03-20 13:29:23 -03:00
parent 6dc109ab1d
commit 293038a012
+2 -1
View File
@@ -41,7 +41,8 @@ jobs:
sudo sysctl fs.inotify.max_user_watches=524288
node scripts/cli-e2e-test.js
- name: yarn lint, test after plugin creation
path: 'plugins/*'
paths:
- 'plugins/*'
run: |
yarn lint
yarn test