Skip to content

Commit a289991

Browse files
committed
Upload surefire test reports for Oracle and SQL Server tests
1 parent b18d203 commit a289991

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/oracle.yml

+5
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,8 @@ jobs:
6969
-Doracle.jdbc.version=${{ matrix.driverVersion }}
7070
-Doracle.jdbc.artifact=${{ matrix.driverArtifact }}
7171
-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

+5
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,8 @@ jobs:
6666
-Dspring.datasource.username=flowable
6767
-Dspring.datasource.password=flowable
6868
-Dmaven.test.redirectTestOutputToFile=false
69+
- name: Upload test artifacts
70+
uses: actions/upload-artifact@v4
71+
with:
72+
name: surefire-test-reports
73+
path: '**/target/surefire-reports/*'

0 commit comments

Comments
 (0)