Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Test

Test #8

Workflow file for this run

name: 'Test'
on:
pull_request:
workflow_dispatch:
jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ArtiomTr/jest-coverage-report-action@v2
with:
package-manager: yarn