Skip to content

Fix VectorTileSource in SvelteKit builds #1

Fix VectorTileSource in SvelteKit builds

Fix VectorTileSource in SvelteKit builds #1

Workflow file for this run

name: e2e tests
on:
workflow_dispatch:
push:
paths:
- 'components/**'
- 'mock-sveltekit/**'
branches:
- main
pull_request:
paths:
- 'components/**'
- 'mock-sveltekit/**'
types: [opened, synchronize]
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 10
defaults:
run:
working-directory: ./mock-sveltekit
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
with:
node-version: lts/*
- run: npm ci
- run: npx playwright install --with-deps
- run: npx playwright test