Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
bitner committed Nov 7, 2024
1 parent 88c8769 commit 9fc1515
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/civ2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ jobs:
PGPASSWORD: postgres
PGDATABASE: postgres
volumes:
- ${{ github.workspace }}:/opt/src
- ${{ github.workspace }}:/src
- ${{ github.workspace }}/src:/opt/src
- ${{ github.workspace }}/src:/src
services:
pg:
image: ghcr.io/stac-utils/pgstac-base:${{ needs.check-pgstac-base.outputs.pgstac-image-hash }}
Expand Down

0 comments on commit 9fc1515

Please sign in to comment.