Skip to content

📦️ fix publishing on npm #20

📦️ fix publishing on npm

📦️ fix publishing on npm #20

Workflow file for this run

name: Unit tests coverage
on:
pull_request:
branches:
- main
- prod
jobs:
unit-test-coverage:
permissions:
checks: write
pull-requests: write
contents: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm install
# comment the PR with the current coverage
- uses: ArtiomTr/jest-coverage-report-action@v2
with:
test-script: npm run test