added path to run lint and tests inside an specific folder

This commit is contained in:
Mateus Marquezini
2020-03-20 13:51:51 -03:00
parent c25691d0c0
commit a8038bac08
+1
View File
@@ -41,6 +41,7 @@ jobs:
sudo sysctl fs.inotify.max_user_watches=524288
node scripts/cli-e2e-test.js
- name: yarn lint, test after plugin creation
working-directory: ./plugins/*
run: |
yarn lint
yarn test