浏览代码

Added sudo

Matt 5 年之前
父节点
当前提交
4e0d97f2c1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/main.yml

+ 1 - 1
.github/workflows/main.yml

@@ -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