Skip to content

chore(deps-dev): bump vite from 5.4.14 to 5.4.19 in the npm_and_yarn group across 1 directory #278

chore(deps-dev): bump vite from 5.4.14 to 5.4.19 in the npm_and_yarn group across 1 directory

chore(deps-dev): bump vite from 5.4.14 to 5.4.19 in the npm_and_yarn group across 1 directory #278

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@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm ci
- run: npx playwright install --with-deps
- run: npm run sync
- run: npm run test-storybook:ci