Skip to content

Commit

Permalink
TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
harley-harris committed Jan 5, 2024
1 parent e2ae0ff commit 0dc0652
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/jest-coverage-report.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: Jest Coverage Report

on:
workflow_run:
workflows: ["Build and Test Checks"]
types:
- completed
on: [pull_request]

jobs:
jest-coverage-report:
Expand All @@ -13,7 +9,7 @@ jobs:

steps:
- name: Checkout Repository
uses: actions/checkout@v4
uses: actions/checkout@v3

- name: Coverage Report
uses: ArtiomTr/jest-coverage-report-action@v2

0 comments on commit 0dc0652

Please sign in to comment.