Skip to content

Add shared error handler #24

Add shared error handler

Add shared error handler #24

Workflow file for this run

name: Coverage
on:
pull_request:
branches:
- master
- main
- development
jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8
- name: Jest coverage report
uses: ArtiomTr/[email protected]
with:
package-manager: pnpm
working-directory: "./packages/next-api-compose/"
test-script: pnpm jest --json --coverage --testLocationInResults --outputFile=report.json