From 284bb0ae003df2584f68d835ee78477579a71c87 Mon Sep 17 00:00:00 2001 From: Arnaud Poncet-Montanges Date: Fri, 23 Aug 2024 11:14:53 +0200 Subject: [PATCH] remove options --- .github/workflows/run_tests.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index a5b1f0b0..66b62086 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -31,11 +31,6 @@ jobs: POSTGRES_PASSWORD: postgres ports: - 5432:5432 - options: >- - --health-cmd pg_isready - --health-interval 10s - --health-timeout 5s - --health-retries 5 env: PGSERVICEFILE: ${{github.workspace}}/tests/pg_service.conf