Skip to content

Breaking: Svelte 5 #616

Breaking: Svelte 5

Breaking: Svelte 5 #616

Workflow file for this run

name: Tests
on:
pull_request:
branches: [main]
push:
branches: [main]
workflow_dispatch:
release:
types: [published]
jobs:
tests:
uses: janosh/workflows/.github/workflows/npm-test.yml@main
with:
test-cmd: npm run test:unit
install-e2e: npx playwright install chromium
e2e-test-cmd: npx playwright test tests/*.ts