We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5974269 commit fcb4144Copy full SHA for fcb4144
1 file changed
.github/workflows/default-tests.yml
@@ -51,6 +51,12 @@ jobs:
51
restore-keys: ${{ runner.os }}-m2
52
- name: Build with Maven
53
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
60
61
integration-test:
62
name: Run integration test with Java ${{ matrix.java_version }} and Maven ${{ matrix.maven_version }}
0 commit comments