Skip to content

build(deps-dev): bump jws from 3.2.2 to 3.2.3 #52

build(deps-dev): bump jws from 3.2.2 to 3.2.3

build(deps-dev): bump jws from 3.2.2 to 3.2.3 #52

name: 'TS SDK - Unit Testing'
on:
pull_request:
branches:
- development
- staging
- main
jobs:
coverage:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
checks: write
steps:
- uses: actions/checkout@v4
- name: Run unit tests with coverage
uses: ArtiomTr/jest-coverage-report-action@v2
id: coverage
with:
test-script: npm run test:unit
threshold: 95