Skip to content

DSE-323 / DSE-322 :: Input family and Fieldset FE update #491

DSE-323 / DSE-322 :: Input family and Fieldset FE update

DSE-323 / DSE-322 :: Input family and Fieldset FE update #491

Workflow file for this run

name: Pull request
on: pull_request
jobs:
build:
name: Pull request
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '22.x'
- name: Enable Corepack and pnpm
run: |
corepack enable
corepack prepare pnpm@10.29.2 --activate
- name: Install dependencies
run: pnpm install
- name: Run linting
run: pnpm run lint
- name: Install Playwright browser for tests
run: pnpm --filter=@ourfuturehealth/react-components exec playwright install --with-deps chromium
- name: Run tests
run: pnpm test