diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 3eab693..111209f 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -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 \ No newline at end of file + browser: chrome + start: pnpm preview + # quote the url to be safe against YML parsing surprises + wait-on: 'http://localhost:4321' \ No newline at end of file