We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4167c25 + 6ef142a commit d432ed8Copy full SHA for d432ed8
1 file changed
.github/workflows/continuous-integration.yml
@@ -43,16 +43,6 @@ jobs:
43
echo "Still waiting ($i)..."
44
sleep 5
45
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
56
- name: Use Node.js ${{ matrix.node-version }}
57
uses: actions/setup-node@v4
58
with:
0 commit comments