Skip to content

Commit

Permalink
Update delphi-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
darnocian authored May 31, 2024
1 parent 76d6a99 commit f446983
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/delphi-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
- name: publish win32 debug test results
uses: mikepenz/action-junit-report@v3
with:
summary: Win32 Debug Results
report_paths: './test-results.xml'


Expand All @@ -60,5 +61,6 @@ jobs:
- name: publish win32 release test results
uses: mikepenz/action-junit-report@v3
with:
summary: Win32 Release Results
report_paths: './test-results-release.xml'

0 comments on commit f446983

Please sign in to comment.