Skip to content

Commit c4d979c

Browse files
committed
trying to include failsafe in action-junit-report
1 parent 4310d32 commit c4d979c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ env:
4141
release-jdk: 21
4242
build-jdk: 17
4343
retention-days: 5
44-
debug: true # put to true if need to debug a specific test
44+
debug: false # put to true if need to debug a specific test
4545
debugTestName: "com.foo.base.BaseIT" # replace with test to debug
4646

4747
# This build is quite expensive (some hours), so we run it whole only on some JVM versions and OSs.
@@ -121,7 +121,7 @@ jobs:
121121
env:
122122
NODE_OPTIONS: "--max_old_space_size=8000"
123123
with:
124-
report_paths: '**/target/surefire-reports/TEST-*.xml'
124+
report_paths: '**/target/*-reports/TEST-*.xml'
125125
# Upload coverage results
126126
# As of 2024, looks like a rate limiter is breaking the build.
127127
# As such, now we only upload from master branch, hoping it is enough.

0 commit comments

Comments
 (0)