Skip to content

Update dependency @testing-library/jest-dom to v5.17.0 #5582

Update dependency @testing-library/jest-dom to v5.17.0

Update dependency @testing-library/jest-dom to v5.17.0 #5582

name: Jest and Codecov
on: push
jobs:
test-and-coverage:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install dependencies
run: yarn install
- name: Run Jest
run: yarn test
- name: Run Codecov
run: yarn codecov
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}