Skip to content

Commit 801485d

Browse files
committed
Merge branch 'main' of github.com:devrnt/react-use-intercom into pr/DevBrent/591
2 parents 8a0afb3 + 0da9211 commit 801485d

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/e2e-testing.yml

Lines changed: 4 additions & 2 deletions
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
29-
uses: cypress-io/github-action@v2
32+
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)