Skip to content

test(ui-table): migrate old Table tests #4288

test(ui-table): migrate old Table tests

test(ui-table): migrate old Table tests #4288

Workflow file for this run

name: AUTO Visual Regression Test
on:
push:
branches:
- master
- v8_maintenance
pull_request:
branches:
- master
- v8_maintenance
jobs:
chromatic_deployment:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install Node 20
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Install project dependencies
run: npm ci
- name: Bootstrap project
run: npm run bootstrap
- name: Build Storybook examples
run: npm run build-storybook
- name: Publish to Chromatic
uses: chromaui/action@latest
with:
token: ${{ secrets.GITHUB_TOKEN }}
projectToken: d8b52d7c3367 # We have to set this as a string so VRT can be run from forked branches as well.
storybookBuildDir: ./packages/__examples__/__build__