Skip to content

Commit eb338f4

Browse files
committed
Save test reports for failing JVM CI checks
1 parent 0405b20 commit eb338f4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ jobs:
4040
pwd
4141
ls -lsa
4242
./gradlew -Ptest.java.version=${{ matrix.java-version }} jvmTest --stacktrace
43+
- name: Save Test Reports
44+
if: failure()
45+
uses: actions/upload-artifact@v3
46+
with:
47+
name: test-reports
48+
path: '**/build/reports'
4349

4450
all-platforms:
4551
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)