Skip to content

Commit

Permalink
Upload JUnit Test Report
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Chang <[email protected]>
  • Loading branch information
mocsharp committed Jan 14, 2025
1 parent 86960f6 commit 0fa9fd0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -191,11 +191,11 @@ jobs:
VERSION=${{ github.event.inputs.version }}
VERSION="${VERSION/?}"
shellspec -e VERSION=$VERSION -o j
# - name: JUnit Report Action
# uses: mikepenz/action[email protected]
# if: false # success() || failure()
# with:
# report_paths: 'tests/verification/report/*.xml'
- name: Upload Test Report
uses: test-summary/action@v2.4
if: always()
with:
paths: 'tests/verification/report/*.xml'

testpypi-deploy:
if: ${{ inputs.ga == false }}
Expand Down

0 comments on commit 0fa9fd0

Please sign in to comment.