We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8a0afb3 + 0da9211 commit 801485dCopy full SHA for 801485d
1 file changed
.github/workflows/e2e-testing.yml
@@ -25,10 +25,12 @@ jobs:
25
- name: Install dependencies
26
run: pnpm install --frozen-lockfile
27
28
+ - name: Cypress install
29
+ run: ./node_modules/cypress/bin/cypress install
30
+
31
- name: Cypress run
- uses: cypress-io/github-action@v2
32
+ uses: cypress-io/github-action@v5
33
with:
- # Already installed on step above
34
install: false
35
start: pnpm start:playground
36
wait-on: 'http://localhost:1234'
0 commit comments