We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c1326b commit f07a048Copy full SHA for f07a048
1 file changed
.github/workflows/continuous-integration.yml
@@ -32,7 +32,7 @@ jobs:
32
run: |
33
echo "Waiting for DB2 to start..."
34
for i in {1..200}; do
35
- if docker exec db2 su - db2inst1 -c 'db2 connect to sample' > /dev/null 2>&1; then
+ if docker exec db2 su - db2inst1 -c 'db2 get instance' > /dev/null 2>&1; then
36
echo "DB2 is ready!"
37
break
38
fi
0 commit comments