Skip to content

Commit 058d812

Browse files
committed
OGM-1593 Fix reports path on GitHub workflow
1 parent e836145 commit 058d812

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
if: ${{ failure() || cancelled() }}
5555
with:
5656
name: reports-db-ogm
57-
path: './**/build/reports/'
57+
path: './**/target/failsafe-reports/'
5858
retention-days: 7
5959

6060
test_remote_mongodb:
@@ -96,7 +96,7 @@ jobs:
9696
if: ${{ failure() || cancelled() }}
9797
with:
9898
name: reports-db-ogm
99-
path: './**/build/reports/'
99+
path: './**/target/failsafe-reports/'
100100
retention-days: 7
101101

102102
test_neo4j_bolt_protocol:
@@ -155,7 +155,7 @@ jobs:
155155
if: ${{ failure() || cancelled() }}
156156
with:
157157
name: reports-db-ogm
158-
path: './**/build/reports/'
158+
path: './**/target/failsafe-reports/'
159159
retention-days: 7
160160

161161
test_neo4j_http_protocol:
@@ -214,5 +214,5 @@ jobs:
214214
if: ${{ failure() || cancelled() }}
215215
with:
216216
name: reports-db-ogm
217-
path: './**/build/reports/'
217+
path: './**/target/failsafe-reports/'
218218
retention-days: 7

0 commit comments

Comments
 (0)