From f39d5f7dca337be5a6652a13dc741fd8185497d7 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Tue, 10 Mar 2020 13:38:02 +0100 Subject: [PATCH] workflows: added command to run cli e2e tests --- .github/workflows/frontend.yml | 5 +++++ 1 file changed, 5 insertions(+) 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