From 14e7751cfb85e3f9fb9a462e14c54a5570453908 Mon Sep 17 00:00:00 2001 From: Paul Sterl Date: Tue, 31 Dec 2024 16:07:45 +0100 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1f625bc2..d0006653 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,7 +43,7 @@ jobs: --health-cmd "echo 'SELECT 1' | /opt/mssql-tools/bin/sqlcmd -S localhost -U sa -P veryStrong123" --health-interval=10s --health-timeout=5s - --health-retries=3 + --health-retries=5 steps: - uses: actions/checkout@v4