diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index cb404f1fc..b248df4b5 100644 --- a/.github/workflows/integration-test.yml +++ b/.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'