Skip to content

fix(ui): cvi-ng-select EBS-1170 STPA-247 (#209) #295

fix(ui): cvi-ng-select EBS-1170 STPA-247 (#209)

fix(ui): cvi-ng-select EBS-1170 STPA-247 (#209) #295

Workflow file for this run

name: 'Chromatic'
on: push
jobs:
chromatic-deployment:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16
cache: 'npm'
- name: Install dependencies
run: npm ci --legacy-peer-deps
- name: Publish to Chromatic
uses: chromaui/action@v1
with:
projectToken: 23c52c9242eb
skip: '@(test-**|dependabot/**)'
onlyChanged: true