Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
chore: test reporting lib
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Jun 3, 2024
1 parent d9acdb0 commit fd14c9e
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/jest-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,9 @@ jobs:
- uses: actions/checkout@master
with:
fetch-depth: 0
# - name: Build & Run test suite
# run: |
# yarn
# yarn test | tee ./coverage.txt && exit ${PIPESTATUS[0]}
- name: Jest Coverage Comment
- name: Jest With Coverage Comment
# Ensures this step is run even on previous step failure (e.g. test failed)
if: always()
uses: ArtiomTr/jest-coverage-report-action@v2
# with: testing
# coverage-summary-path: coverage/coverage-summary.json
# junitxml-path: junit.xml
# junitxml-title: JUnit
# coverage-path: ./coverage.txt
with:
package-manager: yarn

0 comments on commit fd14c9e

Please sign in to comment.