Skip to content

Commit

Permalink
Merge pull request #3 from Meniole/development
Browse files Browse the repository at this point in the history
chore: test reporting lib
  • Loading branch information
gentlementlegen authored Jun 3, 2024
2 parents 4af0e66 + a20d25e commit e9cbd15
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/jest-testing.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: Run Jest testing suite
on:
workflow_dispatch:
pull_request_target:
workflow_run:
workflows: ["Build"]
types:
- completed

env:
NODE_ENV: "test"
Expand All @@ -17,9 +20,12 @@ jobs:
- uses: actions/checkout@master
with:
fetch-depth: 0
- uses: jwalton/gh-find-current-pr@v1
id: findPr
- 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:
package-manager: yarn
prnumber: ${{ steps.findPr.outputs.number }}

0 comments on commit e9cbd15

Please sign in to comment.