Skip to content

Commit d3257b5

Browse files
authored
Merge branch 'main' into remove-unused-project-and-image-code
2 parents 4967af9 + c2aa19e commit d3257b5

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8989

9090
- name: Cypress run
91-
uses: cypress-io/github-action@v6
91+
uses: cypress-io/github-action@v7
9292
with:
9393
install: false
9494
start: |

cypress.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export default defineConfig({
2222
console.log("Applying Chrome launch options");
2323
launchOptions.args.push("--enable-features=SharedArrayBuffer");
2424
launchOptions.args.push("--disable-site-isolation-trials");
25+
launchOptions.args.push("--enable-unsafe-swiftshader");
2526
}
2627
return launchOptions;
2728
});

0 commit comments

Comments
 (0)