From 5982afa3895c0345037e417526b19ca431c97e25 Mon Sep 17 00:00:00 2001 From: George Hickman Date: Tue, 21 Nov 2023 14:50:01 +0000 Subject: [PATCH] test --- .github/workflows/main.yml | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 62d4e5d6..a5acb06b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,22 +26,6 @@ jobs: test: runs-on: ubuntu-latest - services: - timescaledb: - build: - dockerfile: timescaledb/Dockerfile - env: - POSTGRES_USER: user - POSTGRES_PASSWORD: password - POSTGRES_DB: metrics - TIMESCALEDB_TELEMETRY: off - ports: - - 5432:5432 - options: >- - --health-cmd pg_isready - --health-interval 10s - --health-timeout 5s - --health-retries 5 steps: - uses: actions/checkout@v4 - uses: "opensafely-core/setup-action@v1" @@ -53,6 +37,7 @@ jobs: env: TIMESCALEDB_URL: postgresql://user:password@localhost/metrics run: | + docker compose up timescaledb --detach just test lint-dockerfile: