Skip to content

Commit

Permalink
updating cypress github action config
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhuignoto committed Nov 20, 2023
1 parent 24e5385 commit 4ceac35
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ jobs:
${{ runner.os }}-cypress-
- name: Run Cypress tests
uses: cypress-io/github-action@v6.6.0
uses: cypress-io/github-action@v6
with:
install: false
start: pnpm dev
wait-on: 'http://[::1]:4444'
wait-on-timeout: 200
wait-on: 'http://localhost:4444'
wait-on-timeout: 400
browser: ${{ matrix.browser }} # Use the browser from the matrix

0 comments on commit 4ceac35

Please sign in to comment.