Merge pull request #8450 from d4v3y0rk/fix-integration-test-error

ci: fix for cypress error in integration test
This commit is contained in:
Timothy Jaeryang Baek 2025-01-13 13:16:57 -08:00 committed by GitHub
commit eb99785047
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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'