Skip to content

Commit

Permalink
OGM-1593 Fix reports path on GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideD committed Aug 30, 2024
1 parent e836145 commit 058d812
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
if: ${{ failure() || cancelled() }}
with:
name: reports-db-ogm
path: './**/build/reports/'
path: './**/target/failsafe-reports/'
retention-days: 7

test_remote_mongodb:
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
if: ${{ failure() || cancelled() }}
with:
name: reports-db-ogm
path: './**/build/reports/'
path: './**/target/failsafe-reports/'
retention-days: 7

test_neo4j_bolt_protocol:
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
if: ${{ failure() || cancelled() }}
with:
name: reports-db-ogm
path: './**/build/reports/'
path: './**/target/failsafe-reports/'
retention-days: 7

test_neo4j_http_protocol:
Expand Down Expand Up @@ -214,5 +214,5 @@ jobs:
if: ${{ failure() || cancelled() }}
with:
name: reports-db-ogm
path: './**/build/reports/'
path: './**/target/failsafe-reports/'
retention-days: 7

0 comments on commit 058d812

Please sign in to comment.