Skip to content

Commit b8e19c6

Browse files
Add a test result publishing step
1 parent 8680485 commit b8e19c6

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
@@ -96,6 +96,11 @@ jobs:
9696
shell: cmd
9797
run: msbuild build\FLExBridge.proj /t:Test /p:Configuration=Release
9898

99+
- name: Publish Test Results
100+
uses: EnricoMi/publish-unit-test-result-action@v2
101+
with:
102+
files: '**/TestResults.xml'
103+
99104
- name: Create NuGet packages
100105
shell: cmd
101106
run: msbuild build\FLExBridge.proj /t:Pack /p:Configuration=Release

0 commit comments

Comments
 (0)