Skip to content

Commit

Permalink
Update cypress.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
w3bdesign committed Jul 21, 2024
1 parent 3d952db commit 097c34c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ jobs:
- name: Install pnpm
run: npm install -g pnpm@9
- name: Install dependencies
run: pnpm i
- name: Start dev server
run: pnpm dev
run: pnpm i
- name: Cypress run
uses: cypress-io/github-action@v6
with:
build: pnpm build
start: pnpm dev
wait-on: 'http://localhost:3000' # Adjust this URL if your dev server uses a different port
wait-on-timeout: 120 # Timeout in seconds, adjust as needed
working-directory: /home/runner/work/dfweb-v4/dfweb-v4

0 comments on commit 097c34c

Please sign in to comment.