Skip to content

Commit 2309e74

Browse files
committed
Swift Testing framework generate reports with the -swift-testing.xml suffix
1 parent 9a5dc5b commit 2309e74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
id: results-unit-tests
5252
with:
5353
name: 'results-unit-tests-${{ matrix.swift }}'
54-
path: reports/AppcastTests.xml
54+
path: reports/AppcastTests-swift-testing.xml
5555
reporter: swift-xunit
5656
fail-on-error: true
5757

0 commit comments

Comments
 (0)