We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4967af9 + c2aa19e commit d3257b5Copy full SHA for d3257b5
2 files changed
.github/workflows/ci-cd.yml
@@ -88,7 +88,7 @@ jobs:
88
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
89
90
- name: Cypress run
91
- uses: cypress-io/github-action@v6
+ uses: cypress-io/github-action@v7
92
with:
93
install: false
94
start: |
cypress.config.mjs
@@ -22,6 +22,7 @@ export default defineConfig({
22
console.log("Applying Chrome launch options");
23
launchOptions.args.push("--enable-features=SharedArrayBuffer");
24
launchOptions.args.push("--disable-site-isolation-trials");
25
+ launchOptions.args.push("--enable-unsafe-swiftshader");
26
}
27
return launchOptions;
28
});
0 commit comments