Skip to content

add test github action #5

add test github action

add test github action #5

Workflow file for this run

name: "Test coverage"
on:
pull_request:
branches:
- main
jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ArtiomTr/jest-coverage-report-action@v2
with:
working-directory: ./query-connector
test-script: npm run test:ci