Skip to content

Chore(deps-dev): Bump @storybook/test from 8.0.6 to 8.3.0 #3404

Chore(deps-dev): Bump @storybook/test from 8.0.6 to 8.3.0

Chore(deps-dev): Bump @storybook/test from 8.0.6 to 8.3.0 #3404

Workflow file for this run

name: Unit tests
on:
pull_request:
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/workflows/yarn
- name: Annotations and coverage report
uses: ArtiomTr/jest-coverage-report-action@v2
with:
skip-step: install
annotations: failed-tests
package-manager: yarn
test-script: yarn test:ci
github-token: ${{ secrets.GITHUB_TOKEN }}