Skip to content

Update Notifications Read for Lists #216

Update Notifications Read for Lists

Update Notifications Read for Lists #216

Workflow file for this run

name: 'UI Tests'
on: push
jobs:
chromatic-deployment:
name: Chromatic Deployment
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node.js environment
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Publish to Chromatic
uses: chromaui/action@latest
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
workingDir: apps/storybook
onlyChanged: true