Skip to content

Commit

Permalink
Remove commented out code for PostgreSQL service
Browse files Browse the repository at this point in the history
  • Loading branch information
enoy19 committed Dec 8, 2023
1 parent 3c64739 commit 9d54fb2
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,6 @@ jobs:
docker:
runs-on: ubuntu-latest

# services:
# postgres:
# image: postgres:14.4
# env:
# POSTGRES_USER: kudos
# POSTGRES_PASSWORD: secret
# ports:
# - 5432:5432
# options: >-
# --health-cmd pg_isready
# --health-interval 10s
# --health-timeout 5s
# --health-retries 5

permissions:
contents: read
packages: write
Expand Down

0 comments on commit 9d54fb2

Please sign in to comment.