Skip to content

Commit

Permalink
Update cypress.yml: try to serve the built site with npx serve
Browse files Browse the repository at this point in the history
  • Loading branch information
marius-mather authored Sep 17, 2024
1 parent b351f49 commit eaa6d02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ jobs:
- name: Cypress run
uses: cypress-io/github-action@v6
with:
start: pnpm dev
build: pnpm build
start: npx serve out/

0 comments on commit eaa6d02

Please sign in to comment.