Skip to content

chore(deps): update minor and patch #2045

chore(deps): update minor and patch

chore(deps): update minor and patch #2045

Workflow file for this run

name: Jest Tests
on:
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 1
- uses: ./.github/actions/cancel_workflow
- uses: ./.github/actions/yarn_install
- uses: ArtiomTr/jest-coverage-report-action@v2
with:
package-manager: yarn
skip-step: install