Update deps + tweak Toc component + use Nav from svelte-multiselect #163
This file contains hidden or 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: Tests | |
| on: | |
| pull_request: | |
| branches: [main] | |
| push: | |
| branches: [main] | |
| workflow_dispatch: | |
| release: | |
| types: [published] | |
| jobs: | |
| tests: | |
| uses: janosh/workflows/.github/workflows/deno-test.yml@main | |
| with: | |
| deno-version: 2.3.7 | |
| test-cmd: deno task vitest | |
| e2e-install-cmd: npx playwright install chromium | |
| e2e-test-cmd: npx playwright test tests/playwright/*.test.ts |