Skip to content

Commit

Permalink
fixup! ✨(api) integrate postgresql database support
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaupetit committed Mar 28, 2024
1 parent 1a68a01 commit aeeecb9
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 @@ -55,7 +55,7 @@ jobs:
needs: build-api
runs-on: ubuntu-latest
services:
postgres:
postgresql:
image: postgres:14
env:
POSTGRES_DB: test-qualicharge-api
Expand Down

0 comments on commit aeeecb9

Please sign in to comment.