Commit 058d812 1 parent e836145 commit 058d812 Copy full SHA for 058d812
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 54
54
if : ${{ failure() || cancelled() }}
55
55
with :
56
56
name : reports-db-ogm
57
- path : ' ./**/build/ reports/'
57
+ path : ' ./**/target/failsafe- reports/'
58
58
retention-days : 7
59
59
60
60
test_remote_mongodb :
96
96
if : ${{ failure() || cancelled() }}
97
97
with :
98
98
name : reports-db-ogm
99
- path : ' ./**/build/ reports/'
99
+ path : ' ./**/target/failsafe- reports/'
100
100
retention-days : 7
101
101
102
102
test_neo4j_bolt_protocol :
@@ -155,7 +155,7 @@ jobs:
155
155
if : ${{ failure() || cancelled() }}
156
156
with :
157
157
name : reports-db-ogm
158
- path : ' ./**/build/ reports/'
158
+ path : ' ./**/target/failsafe- reports/'
159
159
retention-days : 7
160
160
161
161
test_neo4j_http_protocol :
@@ -214,5 +214,5 @@ jobs:
214
214
if : ${{ failure() || cancelled() }}
215
215
with :
216
216
name : reports-db-ogm
217
- path : ' ./**/build/ reports/'
217
+ path : ' ./**/target/failsafe- reports/'
218
218
retention-days : 7
You can’t perform that action at this time.
0 commit comments