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.
1 parent d862dbc commit f885c2cCopy full SHA for f885c2c
1 file changed
.github/workflows/e2e-test.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Disable husky install
27
run: npm pkg delete scripts.prepare
28
- name: Cypress install
29
- uses: cypress-io/github-action@v4
+ uses: cypress-io/github-action@v7
30
with:
31
# Disable running of tests within install job
32
runTests: false
@@ -64,7 +64,7 @@ jobs:
64
65
66
- name: 'UI Tests - Chrome'
67
68
69
start: pnpm start:ci
70
wait-on: 'http://localhost:4000'
0 commit comments