浏览代码

potential fix for cypress error

Dave York 4 月之前
父节点
当前提交
4d349ac5c9
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      .github/workflows/integration-test.yml

+ 2 - 0
.github/workflows/integration-test.yml

@@ -52,6 +52,8 @@ jobs:
 
       - name: Cypress run
         uses: cypress-io/github-action@v6
+        env:
+          LIBGL_ALWAYS_SOFTWARE: 1
         with:
           browser: chrome
           wait-on: 'http://localhost:3000'