Skip to content

Commit 6ef142a

Browse files
author
Max Pochet
committed
chore: delete useless step
Signed-off-by: Max Pochet <max.pochet-cic@ibm.com>
1 parent 4167c25 commit 6ef142a

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

.github/workflows/continuous-integration.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,6 @@ jobs:
4343
echo "Still waiting ($i)..."
4444
sleep 5
4545
done
46-
47-
- name: Wait for testdb to be accessible
48-
run: |
49-
echo "Waiting for testdb..."
50-
for i in {1..20}; do
51-
docker exec db2 su - db2inst1 -c "db2 connect to testdb" >/dev/null 2>&1 && break
52-
echo "Still waiting ($i)..."
53-
sleep 5
54-
done
55-
5646
- name: Use Node.js ${{ matrix.node-version }}
5747
uses: actions/setup-node@v4
5848
with:

0 commit comments

Comments
 (0)