Skip to content

Fixing agent tests #2754

Fixing agent tests

Fixing agent tests #2754

Workflow file for this run

name: 'Chromatic'
on: push
jobs:
chromatic:
runs-on: ubuntu-latest
timeout-minutes: 45
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install dependencies
run: npm ci --maxsockets 1
- name: Build
run: npm run build -- --filter=@medplum/react
- name: Publish @medplum/react Chromatic
uses: chromaui/[email protected]
with:
projectToken: chpt_429b596edaecafb
workingDir: packages/react
buildScriptName: storybook
autoAcceptChanges: 'main'
exitOnceUploaded: true
exitZeroOnChanges: true
onlyChanged: true