Skip to content

Fix combobox test flakiness #1912

Fix combobox test flakiness

Fix combobox test flakiness #1912

Workflow file for this run

name: 'Chromatic'
on:
push:
branches: [main]
pull_request_target:
branches: [main, 'codefreeze-*']
jobs:
chromatic:
name: Run Chromatic
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Checkout and Setup Node
uses: ./.github/actions/setup-node
- name: Run Chromatic
uses: chromaui/action@latest
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
autoAcceptChanges: 'main'
exitZeroOnChanges: true
exitOnceUploaded: true
onlyChanged: true
skip: 'dependabot/**'