diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 66d19cbdc..23352db8d 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -88,7 +88,7 @@ jobs: NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Cypress run - uses: cypress-io/github-action@v6 + uses: cypress-io/github-action@v7 with: install: false start: | diff --git a/cypress.config.mjs b/cypress.config.mjs index d7f5df804..7a4e3629b 100644 --- a/cypress.config.mjs +++ b/cypress.config.mjs @@ -22,6 +22,7 @@ export default defineConfig({ console.log("Applying Chrome launch options"); launchOptions.args.push("--enable-features=SharedArrayBuffer"); launchOptions.args.push("--disable-site-isolation-trials"); + launchOptions.args.push("--enable-unsafe-swiftshader"); } return launchOptions; });