Skip to content

HZC-4932: Update the storybook state of components with no label prop #199

HZC-4932: Update the storybook state of components with no label prop

HZC-4932: Update the storybook state of components with no label prop #199

Workflow file for this run

name: check pull request
on: pull_request
env:
CI: true
PNPM_CACHE_FOLDER: .pnpm-store
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/install
- run: pnpm run lint
- run: pnpm run test
env:
NODE_OPTIONS: --max-old-space-size=8192
test_visual:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/install
- run: pnpm run build-storybook
- run: pnpm run test:visual
- name: Archive screenshots
if: ${{ failure() }}
uses: actions/upload-artifact@v1
with:
name: loki-screenshots
path: packages/ui/.loki