From 4392348ca8e22babefc719f91731614460dc4562 Mon Sep 17 00:00:00 2001 From: Filip Hrisafov Date: Tue, 5 Nov 2024 22:42:18 +0100 Subject: [PATCH] Try different healthcheck --- .github/workflows/db2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/db2.yml b/.github/workflows/db2.yml index 3f9ba9e6ca1..f83a8a378f0 100644 --- a/.github/workflows/db2.yml +++ b/.github/workflows/db2.yml @@ -33,7 +33,7 @@ jobs: # needed because the db2 container does not provide a health check options: >- --privileged=true - --health-cmd="su - db2inst1 -c \"~/sqllib/bin/db2 connect to flowable && ~/sqllib/bin/db2 connect reset\"" + --health-cmd="su - db2inst1 -c \"~/sqllib/bin/db2gcf -s\"" --health-interval 30s --health-timeout 40s --health-retries 10