added path to run lint and tests inside an specific folder

This commit is contained in:
Mateus Marquezini
2020-03-20 14:49:55 -03:00
parent 32399cd7b6
commit a6a757c9fe
+1 -1
View File
@@ -41,7 +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
working-directory: plugins/test-plugin
run: |
yarn lint
yarn test