Skip to content

Commit

Permalink
Fix report steps
Browse files Browse the repository at this point in the history
  • Loading branch information
reginaldbondoc committed Dec 20, 2022
1 parent 483d4f8 commit eee40fd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/be-test-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: 📁 Download test results
id: download-artifact
uses: dawidd6/action-download-artifact@v2
with:
name: be-test-results
path: backend
workflow: check-be-pull-request.yml
workflow_conclusion: success
- name: 📋 Publish test results
Expand All @@ -25,9 +27,11 @@ jobs:
name: Test Results
path: reports/jest-*.xml
reporter: jest-junit
working-directory: backend
- name: 📋 Publish coverage
uses: ArtiomTr/jest-coverage-report-action@v2
id: coverage
with:
output: report-markdown
coverage-file: coverage/report.json
working-directory: backend

0 comments on commit eee40fd

Please sign in to comment.