Skip to content

Commit

Permalink
cypress action
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnguyennz committed Jan 6, 2024
1 parent e57212b commit 62cc294
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,11 @@ jobs:
with:
version: 8
- run: pnpm install
- run: pnpm astro build
- name: Run Cypress
uses: cypress-io/github-action@v6
with:
browser: chrome
browser: chrome
start: pnpm preview
# quote the url to be safe against YML parsing surprises
wait-on: 'http://localhost:4321'

0 comments on commit 62cc294

Please sign in to comment.