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