Skip to content

Commit 5c1326b

Browse files
committed
fix: fix
Signed-off-by: dhmlau <dhmlau@ca.ibm.com>
1 parent bcf3e61 commit 5c1326b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Wait for DB2 to be ready
3232
run: |
3333
echo "Waiting for DB2 to start..."
34-
for i in {1..100}; do
34+
for i in {1..200}; do
3535
if docker exec db2 su - db2inst1 -c 'db2 connect to sample' > /dev/null 2>&1; then
3636
echo "DB2 is ready!"
3737
break
@@ -44,7 +44,6 @@ jobs:
4444
with:
4545
node-version: ${{ matrix.node-version }}
4646
- run: npm ci
47-
- run: docker logs -f db2
4847
- name: Run test
4948
run: npm test --ignore-scripts
5049

0 commit comments

Comments
 (0)