Skip to content

Ntrnl 527 update endpoints for the GitHub add team member page to match the new structure #240

Ntrnl 527 update endpoints for the GitHub add team member page to match the new structure

Ntrnl 527 update endpoints for the GitHub add team member page to match the new structure #240

name: Jest Coverage Report
on: [pull_request]
jobs:
jest-coverage-report:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
- name: Coverage Report
uses: ArtiomTr/jest-coverage-report-action@v2