Skip to content

Bump js-yaml from 3.14.1 to 3.14.2 #135

Bump js-yaml from 3.14.1 to 3.14.2

Bump js-yaml from 3.14.1 to 3.14.2 #135

Workflow file for this run

name: Storybook and Component Tests
permissions:
contents: read
on: push
jobs:
test:
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup project
uses: ./.github/actions/setup
- name: Install playwright
run: npx playwright install
- name: Run Storybook tests
run: npm run test:storybook:ci
- name: Run vitest tests
run: npm run test:ci