From d60e7dc068f3e4b61d3a11fded7a3431596caa04 Mon Sep 17 00:00:00 2001 From: Mateus Marquezini Date: Fri, 20 Mar 2020 13:33:19 -0300 Subject: [PATCH] added path to run lint and tests inside an specific folder --- .github/workflows/frontend.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml index a53e2d9386..a1586b9095 100644 --- a/.github/workflows/frontend.yml +++ b/.github/workflows/frontend.yml @@ -41,8 +41,8 @@ jobs: sudo sysctl fs.inotify.max_user_watches=524288 node scripts/cli-e2e-test.js - name: yarn lint, test after plugin creation - paths: - - 'plugins/*' + with: + path: 'plugins/*' run: | yarn lint yarn test