chore: add chromatic to the CI

This commit is contained in:
Lluis Agusti
2025-06-25 13:28:12 +04:00
parent a636818d24
commit 01019d2d80

View File

@@ -61,6 +61,24 @@ jobs:
- name: Run tsc check
run: pnpm type-check
chromatic:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: "21"
- name: Enable corepack
run: corepack enable
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Run chromatic
run: pnpm chromatic
test:
runs-on: ubuntu-latest
strategy: