Skip to content

Commit d8c9be2

Browse files
Reporting - changes in the workflow
1 parent 2de6630 commit d8c9be2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run-tests-by-group.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ jobs:
5353
uses: actions/upload-artifact@v4
5454
with:
5555
name: test-results
56-
path: junit.xml
56+
path: test-report.html

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ lerna-debug.log*
99

1010
# Diagnostic reports (https://nodejs.org/api/report.html)
1111
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
12-
junit.xml
12+
test-report.html
1313

1414
# Runtime data
1515
pids

0 commit comments

Comments
 (0)