Skip to content

Commit 87ee210

Browse files
committed
Report integration test results
1 parent 490ed12 commit 87ee210

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,13 @@ jobs:
146146
fi
147147
shell: bash
148148
149+
- name: Upload test results
150+
uses: actions/[email protected]
151+
if: always()
152+
with:
153+
name: integration-test-results
154+
path: ./.coverage/*.trx
155+
149156
release:
150157
if: github.event_name == 'push'
151158

.github/workflows/test-results.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,10 @@ jobs:
2626
name: .NET Tests
2727
path: "*.trx"
2828
reporter: dotnet-trx
29+
30+
- uses: dorny/[email protected]
31+
with:
32+
artifact: integration-test-results
33+
name: .NET Tests
34+
path: "*.trx"
35+
reporter: dotnet-trx

0 commit comments

Comments
 (0)