We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b18d203 commit a289991Copy full SHA for a289991
.github/workflows/oracle.yml
@@ -69,3 +69,8 @@ jobs:
69
-Doracle.jdbc.version=${{ matrix.driverVersion }}
70
-Doracle.jdbc.artifact=${{ matrix.driverArtifact }}
71
-Dmaven.test.redirectTestOutputToFile=false
72
+ - name: Upload test artifacts
73
+ uses: actions/upload-artifact@v4
74
+ with:
75
+ name: surefire-test-reports
76
+ path: '**/target/surefire-reports/*'
.github/workflows/sql-server.yml
@@ -66,3 +66,8 @@ jobs:
66
-Dspring.datasource.username=flowable
67
-Dspring.datasource.password=flowable
68
0 commit comments