Skip to content

Commit

Permalink
WIP: use postgis docker image in the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaupetit committed Apr 23, 2024
1 parent a9e745c commit e249c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
runs-on: ubuntu-latest
services:
postgresql:
image: postgres:14
image: postgis/postgis:14-3.4
env:
POSTGRES_DB: test-qualicharge-api
POSTGRES_USER: qualicharge
Expand Down

0 comments on commit e249c5a

Please sign in to comment.