Skip to content

Commit 68d8d61

Browse files
Add a test result publishing step
1 parent 97a0f29 commit 68d8d61

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci-cd.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,11 @@ jobs:
8484
shell: cmd
8585
run: msbuild build\FLExBridge.proj /t:Test /p:Configuration=Release
8686

87+
- name: Publish Test Results
88+
uses: EnricoMi/publish-unit-test-result-action/windows@v2
89+
with:
90+
files: '**/TestResults.xml'
91+
8792
- name: Create NuGet packages
8893
shell: cmd
8994
run: msbuild build\FLExBridge.proj /t:Pack /p:Configuration=Release

0 commit comments

Comments
 (0)