Skip to content

build(deps-dev): bump @storybook/react-webpack5 from 7.6.5 to 7.6.6 #32

build(deps-dev): bump @storybook/react-webpack5 from 7.6.5 to 7.6.6

build(deps-dev): bump @storybook/react-webpack5 from 7.6.5 to 7.6.6 #32

Workflow file for this run

name: Run Jest Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 14
- name: Install dependencies
run: npm install
- name: Run Jest tests
run: npm run coverage
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}