Skip to content

Commit

Permalink
Use test-summary GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
RehanSaeed committed May 19, 2022
1 parent 34e06c1 commit ad7c040
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,14 @@ jobs:
checks: write
pull-requests: write
steps:
- name: Download Artifacts
- name: "Download Artefact"
uses: actions/[email protected]
with:
path: "./Artefacts"
- name: Publish Test Results
uses: EnricoMi/publish-unit-test-result-action@v1.35
- name: "Publish Test Summary"
uses: test-summary/action@v1
with:
files: "./Artefacts/*/*.xml"
paths: "./Artefacts/*/*.xml"

push-github-packages:
name: "Push GitHub Packages"
Expand Down

0 comments on commit ad7c040

Please sign in to comment.