Skip to content

chore: rfc-index.txt minor tidyups #43

chore: rfc-index.txt minor tidyups

chore: rfc-index.txt minor tidyups #43

name: Visual Regression Test
on: [push, workflow_dispatch]
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 Histoire (Pattern Library)
run: npm run story:build
working-directory: ./client
- name: Lost Pixel
uses: lost-pixel/[email protected] # remember to sync version with NPM package
env:
LOST_PIXEL_DISABLE_TELEMETRY: 1