Skip to content

Commit bebfa7f

Browse files
committed
Change cypress action
1 parent 3e7b2c6 commit bebfa7f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/e2e-testing.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,12 @@ jobs:
2525
- name: Install dependencies
2626
run: pnpm install --frozen-lockfile
2727

28+
- name: Cypress install
29+
run: ./node_modules/cypress/bin/cypress install
30+
2831
- name: Cypress run
2932
uses: cypress-io/github-action@v5
3033
with:
31-
# Already installed on step above
3234
install: false
3335
start: pnpm start:playground
3436
wait-on: 'http://localhost:1234'

0 commit comments

Comments
 (0)