potential fix for cypress error

This commit is contained in:
Dave York 2025-01-10 01:27:00 -05:00
parent 1dfb479d36
commit 4d349ac5c9

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'