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 27, 2024
1 parent 6b8bf97 commit ea47db3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/delphi-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: TestResults
path: **/test-results.xml
path: Win32\Debug\test-results.xml

- name: Report Test Results
uses: mikepenz/action-junit-report@v3
with:
report_paths: **/test-results.xml
report_paths: Win32\Debug\test-results.xml
require_tests: true

0 comments on commit ea47db3

Please sign in to comment.