From 6ef142aedb99c87ba993649e71667f8de3d28b0f Mon Sep 17 00:00:00 2001 From: Max Pochet Date: Tue, 22 Jul 2025 17:16:09 +0200 Subject: [PATCH] chore: delete useless step Signed-off-by: Max Pochet --- .github/workflows/continuous-integration.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index db7fa6f..82dc91d 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -43,16 +43,6 @@ jobs: echo "Still waiting ($i)..." sleep 5 done - - - name: Wait for testdb to be accessible - run: | - echo "Waiting for testdb..." - for i in {1..20}; do - docker exec db2 su - db2inst1 -c "db2 connect to testdb" >/dev/null 2>&1 && break - echo "Still waiting ($i)..." - sleep 5 - done - - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4 with: