Browse Source

potential fix for cypress error

Dave York 3 months ago
parent
commit
4d349ac5c9
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .github/workflows/integration-test.yml

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

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