diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml index d35dbef333..7e91b1be1a 100644 --- a/.github/workflows/frontend.yml +++ b/.github/workflows/frontend.yml @@ -37,3 +37,8 @@ jobs: yarn test env: CI: true + # This creates a new plugin and pollutes the workspace, so it should be run last. + - name: verify app serve and plugin creation + run: | + sudo sysctl fs.inotify.max_user_watches=524288 + node scripts/cli-e2e-test.js