Skip to content

fix(api): Refactor password validation directory structure #2

fix(api): Refactor password validation directory structure

fix(api): Refactor password validation directory structure #2

Workflow file for this run

name: 'coverage'
on:
push:
branches:
- main
- beta
jobs:
coverage:
permissions:
checks: write
pull-requests: write
contents: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: jwalton/gh-find-current-pr@v1
id: findPr
- uses: ArtiomTr/jest-coverage-report-action@v2
with:
test-script: npm test
prnumber: ${{ steps.findPr.outputs.number }}