Skip to content

Merge branch 'develop' of https://github.com/uswds/uswds-next into al… #135

Merge branch 'develop' of https://github.com/uswds/uswds-next into al…

Merge branch 'develop' of https://github.com/uswds/uswds-next into al… #135

Workflow file for this run

name: Storybook Tests
on: push
jobs:
test:
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "18.x"
cache: "npm"
- name: Install dependencies
run: npm ci
- name: Install playwright
run: npx playwright install
- name: Run Storybook tests
run: npm run test:storybook:ci