Skip to content

chore(action): update workflow code #3

chore(action): update workflow code

chore(action): update workflow code #3

Workflow file for this run

name: Test Coverage Comment
on:
push:
branches-ignore:
- m먀ㅜ
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: npm ci
- name: Run tests
run: |
npx jest --coverage --coverageReporters json-summary
- name: Jest Coverage Comment
uses: MishaKav/jest-coverage-comment@main
with:
junitxml-title: Pulse Test Report
junitxml-path: ./junit.xml