Skip to content

Commit

Permalink
Add a test result publishing step
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonleenaylor committed Dec 2, 2024
1 parent 97a0f29 commit 68d8d61
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,11 @@ jobs:
shell: cmd
run: msbuild build\FLExBridge.proj /t:Test /p:Configuration=Release

- name: Publish Test Results
uses: EnricoMi/publish-unit-test-result-action/windows@v2
with:
files: '**/TestResults.xml'

- name: Create NuGet packages
shell: cmd
run: msbuild build\FLExBridge.proj /t:Pack /p:Configuration=Release
Expand Down

0 comments on commit 68d8d61

Please sign in to comment.