From f819a72040bb7d14699a3de2b1e6df9c85a44cb4 Mon Sep 17 00:00:00 2001 From: Matt Schoch Date: Tue, 30 Jan 2024 11:02:33 -0500 Subject: [PATCH] CI testdb setup? --- .github/workflows/authz_ci.yml | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/.github/workflows/authz_ci.yml b/.github/workflows/authz_ci.yml index 81fb6806d..e9452a3bb 100644 --- a/.github/workflows/authz_ci.yml +++ b/.github/workflows/authz_ci.yml @@ -17,32 +17,6 @@ jobs: name: Build and test runs-on: ubuntu-latest - - services: - postgres: - image: postgres:14 - ports: - - '5432:5432' - env: - POSTGRES_USER: postgres - POSTGRES_PASSWORD: postgres - options: >- - --health-cmd pg_isready - --health-interval 10s - --health-timeout 5s - --health-retries 5 - redis: - image: redis - ports: - - '6379:6379' - env: - REDIS_PORT: 6379 - options: >- - --health-cmd "redis-cli ping" - --health-interval 10s - --health-timeout 5s - --health-retries 5 - steps: - name: Checkout uses: actions/checkout@master