Forráskód Böngészése

potential fix for cypress error

Dave York 3 hónapja
szülő
commit
4d349ac5c9
1 módosított fájl, 2 hozzáadás és 0 törlés
  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'