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 01cfc2c commit 078c451
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/delphi-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,10 @@ jobs:
working-directory: Win32\Release
run: Sempare.Template.Tester.exe -cm:quiet -exit:continue -b -xmlfile:.\test-results.xml

- name: Publish Test Results
if: always()
uses: actions/upload-artifact@v2
with:
name: TestResults
path: 'Win32\Debug/test-results.xml'

0 comments on commit 078c451

Please sign in to comment.