Skip to content

Commit dce58ec

Browse files
authored
* Added the test results action to solution (#19)
* Corrected the test results to use the "TRX" extension. Co-authored-by: smaillet <25911635+smaillet@users.noreply.github.com>
1 parent 3224925 commit dce58ec

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test-results.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ jobs:
4040
commit: ${{ github.event.workflow_run.head_sha }}
4141
event_file: artifacts/Event File/event.json
4242
event_name: ${{ github.event.workflow_run.event }}
43-
files: "artifacts/**/*.xml"
43+
files: "artifacts/**/*.trx"

src/Ubiquity.NET.Versioning.slnx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
<Folder Name="/Solution Items/GitHub/workflows/" Id="f17836ca-4919-4f99-9bfc-659da632e39b">
3030
<File Path="../.github/workflows/pr-build.yml" />
3131
<File Path="../.github/workflows/release-build.yml" />
32+
<File Path="../.github/workflows/test-results.yml" />
3233
</Folder>
3334
<Folder Name="/Solution Items/OneFlow/" Id="02ea681e-c7d8-13c7-8484-4ac65e1b71e8">
3435
<File Path="../OneFlow/Publish-Release.ps1" />

0 commit comments

Comments
 (0)