From 4cc9ee80ce7ec582deae51dafbc30662ac8f74d4 Mon Sep 17 00:00:00 2001 From: Aarushi Date: Fri, 19 Apr 2024 17:25:26 +0100 Subject: [PATCH] remove options --- .github/workflows/benchmarks.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 7cd24208..008b9098 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -21,11 +21,6 @@ jobs: POSTGRES_DB: ${{ secrets.DB_NAME }} ports: - 5432:5432 - options: >- - --health-cmd "pg_isready -U ${{ secrets.DB_USER }} -d ${{ secrets.DB_NAME }}" - --health-interval 10s - --health-timeout 5s - --health-retries 5 steps: - uses: actions/checkout@v3