Skip to content

style(Pagination): Button icons hidden & Button content centered #432

style(Pagination): Button icons hidden & Button content centered

style(Pagination): Button icons hidden & Button content centered #432

Workflow file for this run

name: 'Test'
on: pull_request
jobs:
Visual-Regression:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install compatible node version
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Install dependencies
run: yarn
- name: Publish to Chromatic
uses: chromaui/action@v1
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
onlyChanged: true # Enables https://www.chromatic.com/docs/turbosnap
exitZeroOnChanges: true # Visual changes SHOULD NOT block merging of PRs
exitOnceUploaded: true # Exit with status 0 (OK) once the build has been sent to Chromatic.
externals: |
- 'src/assets/**'