Skip to content

Commit d580bd3

Browse files
committed
.github/workflows: Save subproject reports on test failure
There was recently a failure with the Tomcat test in servlet/jakarta: ``` io.grpc.servlet.jakarta.TomcatInteropTest > pingPong FAILED java.lang.AssertionError at AbstractInteropTest.java:845 Caused by: io.grpc.StatusRuntimeException at Status.java:539 ... * What went wrong: Execution failed for task ':grpc-servlet-jakarta:tomcat10Test'. > There were failing tests. See the report at: file:///home/runner/work/grpc-java/grpc-java/servlet/jakarta/build/reports/tests/tomcat10Test/index.html ``` But we couldn't get more details because servlet/jakarta didn't match the artifact glob.
1 parent f6ddd63 commit d580bd3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/testing.yml

+1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
with:
6060
name: Test Reports (JRE ${{ matrix.jre }})
6161
path: ./*/build/reports/tests/**
62+
path: ./*/*/build/reports/tests/**
6263
retention-days: 14
6364
- name: Check for modified codegen
6465
run: test -z "$(git status --porcelain)" || (git status && echo Error Working directory is not clean. Forget to commit generated files? && false)

0 commit comments

Comments
 (0)