Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down