Skip to content

Commit 0da9211

Browse files
authored
Merge pull request #615 from devrnt/test/pipeline
Change cypress action
2 parents 3e7b2c6 + bebfa7f commit 0da9211

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)