We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4310d32 commit c4d979cCopy full SHA for c4d979c
1 file changed
.github/workflows/ci.yml
@@ -41,7 +41,7 @@ env:
41
release-jdk: 21
42
build-jdk: 17
43
retention-days: 5
44
- debug: true # put to true if need to debug a specific test
+ debug: false # put to true if need to debug a specific test
45
debugTestName: "com.foo.base.BaseIT" # replace with test to debug
46
47
# This build is quite expensive (some hours), so we run it whole only on some JVM versions and OSs.
@@ -121,7 +121,7 @@ jobs:
121
env:
122
NODE_OPTIONS: "--max_old_space_size=8000"
123
with:
124
- report_paths: '**/target/surefire-reports/TEST-*.xml'
+ report_paths: '**/target/*-reports/TEST-*.xml'
125
# Upload coverage results
126
# As of 2024, looks like a rate limiter is breaking the build.
127
# As such, now we only upload from master branch, hoping it is enough.
0 commit comments