Skip to content

Bump @storybook/addon-essentials from 7.0.22 to 7.2.3 #1693

Bump @storybook/addon-essentials from 7.0.22 to 7.2.3

Bump @storybook/addon-essentials from 7.0.22 to 7.2.3 #1693

Workflow file for this run

name: Test
on:
pull_request:
push:
branches:
- master
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18'
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Run unit tests
run: yarn test -- --coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
with:
name: codecov-umbrella
fail_ci_if_error: false