chore: default to svelte 5 instead of svelte 4 (#269) #63
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: End-to-end tests | |
on: push | |
jobs: | |
cypress-run: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: Setup PNPM | |
uses: pnpm/[email protected] | |
- name: Cypress run | |
uses: cypress-io/github-action@v6 | |
with: | |
build: pnpm build | |
start: pnpm preview --port 5173 | |
browser: chrome |