From af143b3494801faba0a5edfdc8aedc949d66ff85 Mon Sep 17 00:00:00 2001 From: Jamil Bou Kheir Date: Thu, 8 Jul 2021 15:47:06 -0700 Subject: [PATCH] Remove postgres dependency when building --- .github/workflows/ci.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c97000fef..9529d29a0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -123,19 +123,6 @@ jobs: - arch: amd64 # - arch: arm64 os: [ubuntu-18.04, ubuntu-20.04] - services: - postgres: - image: postgres:13 - ports: - - 5432:5432 - env: - POSTGRES_USER: postgres - POSTGRES_PASSWORD: postgres - options: >- - --health-cmd pg_isready - --health-interval 10s - --health-timeout 5s - --health-retries 5 steps: - uses: actions/checkout@v2 - uses: actions/download-artifact@v2