Browse Source

potential fix for cypress error

Dave York 4 tháng trước cách đây
mục cha
commit
4d349ac5c9
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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'