Skip to content

test(ui): full component test coverage — 48% → 97% statements, 226 tests #13

test(ui): full component test coverage — 48% → 97% statements, 226 tests

test(ui): full component test coverage — 48% → 97% statements, 226 tests #13

Workflow file for this run

name: PR
"on":
pull_request:
permissions:
contents: read
concurrency:
group: "pr-${{ github.event.number }}"
cancel-in-progress: true
jobs:
build:
name: "Build"
uses: ./.github/workflows/job.build.yml
permissions:
contents: read
secrets: inherit
lint:
name: "Lint"
uses: ./.github/workflows/check.lint.yml
permissions:
contents: read
secrets: inherit
test:
name: "Test"
uses: ./.github/workflows/check.test.yml
permissions:
contents: read
secrets: inherit
storybook:
name: "Storybook"
uses: ./.github/workflows/job.storybook.yml
permissions:
contents: read
secrets: inherit
chromatic:
name: "Chromatic"
uses: ./.github/workflows/check.chromatic.yml
permissions:
contents: read
secrets: inherit