Added sudo
This commit is contained in:
parent
85906cafbb
commit
4e0d97f2c1
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
|||||||
- name: Unit Tests
|
- name: Unit Tests
|
||||||
run: |
|
run: |
|
||||||
npx grunt test
|
npx grunt test
|
||||||
npx grunt testnodeconsumer
|
sudo npx grunt testnodeconsumer
|
||||||
- name: UI Tests
|
- name: UI Tests
|
||||||
run: xvfb-run --server-args="-screen 0 1200x800x24" npx grunt testui
|
run: xvfb-run --server-args="-screen 0 1200x800x24" npx grunt testui
|
||||||
- name: Build & Deploy
|
- name: Build & Deploy
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user