Skip to content

feat: visual regression debugging #10

feat: visual regression debugging

feat: visual regression debugging #10

Workflow file for this run

on: [push]
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: './client'
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18.x
cache: 'npm'
cache-dependency-path: '**/package-lock.json'
- name: Install dependencies
run: npm ci
working-directory: ./client
- name: Build Storybook
run: npm run story:build
working-directory: ./client
- name: Lost Pixel
uses: lost-pixel/lost-pixel@v3.8.0
env:
LOST_PIXEL_DISABLE_TELEMETRY: 1