Added sudo

This commit is contained in:
Matt 2019-09-30 14:02:22 +01:00 committed by GitHub
parent 85906cafbb
commit 4e0d97f2c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ jobs:
- name: Unit Tests
run: |
npx grunt test
npx grunt testnodeconsumer
sudo npx grunt testnodeconsumer
- name: UI Tests
run: xvfb-run --server-args="-screen 0 1200x800x24" npx grunt testui
- name: Build & Deploy