Skip to content

Bump html-react-parser from 2.0.0 to 5.0.1 #357

Bump html-react-parser from 2.0.0 to 5.0.1

Bump html-react-parser from 2.0.0 to 5.0.1 #357

Workflow file for this run

name: percy
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
visual-regression-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-node@v2
with:
node-version-file: '.nvmrc'
- name: npm install
run: npm ci
- name: Percy Test
uses: percy/storybook-action@v0.1.6
env:
PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }}
with:
custom-command: 'npm run snapshot'