Skip to content

Commit

Permalink
reference example
Browse files Browse the repository at this point in the history
  • Loading branch information
--global committed Sep 27, 2024
1 parent 2406888 commit 51fee31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-python-code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
DB_USER: ${{ inputs.postgres-user }}
DB_PASSWORD: ${{ inputs.postgres-password }}
services:
postgres:
postgres: # https://docs.github.com/en/actions/use-cases-and-examples/using-containerized-services/creating-postgresql-service-containers
image: postgres:${{ inputs.postgres-version }}
env:
POSTGRES_DB: ${{ env.DB_NAME }}
Expand Down

0 comments on commit 51fee31

Please sign in to comment.