Skip to content

Bump @storybook/react from 6.4.19 to 8.2.7 #2786

Bump @storybook/react from 6.4.19 to 8.2.7

Bump @storybook/react from 6.4.19 to 8.2.7 #2786

name: Run Jest tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: '20.x'
- run: npm install
- run: npm run test-react
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: coverage/coverage-final.json
flags: reacttests
fail_ci_if_error: false