Skip to content

build(deps-dev): bump the npm_and_yarn group across 2 directories with 1 update #978

build(deps-dev): bump the npm_and_yarn group across 2 directories with 1 update

build(deps-dev): bump the npm_and_yarn group across 2 directories with 1 update #978

Workflow file for this run

name: component tests
on:
workflow_dispatch:
push:
paths:
- 'components/**'
branches:
- main
pull_request:
paths:
- 'components/**'
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