Skip to content

Commit fcb4144

Browse files
committed
expose test logs as actions artifacts
1 parent 5974269 commit fcb4144

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/default-tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@ jobs:
5151
restore-keys: ${{ runner.os }}-m2
5252
- name: Build with Maven
5353
run: mvn clean verify javadoc:javadoc -B --no-transfer-progress
54+
- uses: actions/upload-artifact@v4
55+
with:
56+
name: ${{matrix.java_version}}-test-logs
57+
path: |
58+
target/surefire-reports/
59+
!*.dumpstream
5460
5561
integration-test:
5662
name: Run integration test with Java ${{ matrix.java_version }} and Maven ${{ matrix.maven_version }}

0 commit comments

Comments
 (0)