Skip to content

fix(content): update PageTitle.svelte to match other frameworks (#230) #18

fix(content): update PageTitle.svelte to match other frameworks (#230)

fix(content): update PageTitle.svelte to match other frameworks (#230) #18

Workflow file for this run

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/action-setup@v2.2.1
- name: Cypress run
uses: cypress-io/github-action@v6
with:
build: pnpm build
start: pnpm preview --port 5173
browser: chrome