Skip to content

build(deps-dev): bump svelte from 5.49.1 to 5.51.5 #879

build(deps-dev): bump svelte from 5.49.1 to 5.51.5

build(deps-dev): bump svelte from 5.49.1 to 5.51.5 #879

Workflow file for this run

name: 'Run Storybook Tests'
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
types: [opened, synchronize]
jobs:
run-tests:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./components
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 24
- run: npm ci
- run: npx playwright install --with-deps
- run: npm run sync
- run: npm run test-storybook:ci