Skip to content

Commit 9fc1515

Browse files
committed
fix ci
1 parent 88c8769 commit 9fc1515

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/civ2.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,8 @@ jobs:
153153
PGPASSWORD: postgres
154154
PGDATABASE: postgres
155155
volumes:
156-
- ${{ github.workspace }}:/opt/src
157-
- ${{ github.workspace }}:/src
156+
- ${{ github.workspace }}/src:/opt/src
157+
- ${{ github.workspace }}/src:/src
158158
services:
159159
pg:
160160
image: ghcr.io/stac-utils/pgstac-base:${{ needs.check-pgstac-base.outputs.pgstac-image-hash }}

0 commit comments

Comments
 (0)