workflows: added command to run cli e2e tests

This commit is contained in:
Patrik Oldsberg
2020-03-10 13:38:02 +01:00
parent 9850aaeca7
commit f39d5f7dca
+5
View File
@@ -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