From eaa6d025857e40050c87f2328e4b57c2e8bb01b7 Mon Sep 17 00:00:00 2001 From: marius-mather <61438033+marius-mather@users.noreply.github.com> Date: Tue, 17 Sep 2024 15:49:06 +1000 Subject: [PATCH] Update cypress.yml: try to serve the built site with npx serve --- .github/workflows/cypress.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index f0b0632..4807c96 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -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/