Skip to content

📝 chore: update Storybook configuration and component titles to reflect 'In Review' status #96

📝 chore: update Storybook configuration and component titles to reflect 'In Review' status

📝 chore: update Storybook configuration and component titles to reflect 'In Review' status #96

Workflow file for this run

name: Run Tests on Pull Request
on:
pull_request:
branches:
- main
jobs:
test:
runs-on: self-hosted
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm run test:ci