From 9d54fb2cb33bc0443f9c26b64452911624b4a9a7 Mon Sep 17 00:00:00 2001 From: enoy19 Date: Fri, 8 Dec 2023 15:24:35 +0100 Subject: [PATCH] Remove commented out code for PostgreSQL service --- .github/workflows/docker.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 36191fd..25a8140 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -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