From 9c7fcac0d62ea7cc0cc1174af82636b6f52d557d Mon Sep 17 00:00:00 2001 From: Griatch Date: Thu, 27 Jun 2024 18:07:32 +0200 Subject: [PATCH] Fix in action --- .github/workflows/github_action_test_suite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github_action_test_suite.yml b/.github/workflows/github_action_test_suite.yml index 34f1ea9ad7..d8b93afb2a 100644 --- a/.github/workflows/github_action_test_suite.yml +++ b/.github/workflows/github_action_test_suite.yml @@ -43,7 +43,7 @@ jobs: --health-cmd pg_isready --health-interval 10s --health-timeout 5s - --health-retries 5s + --health-retries 5 ports: - 5432:5432