We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 782aea0 commit c94ad3cCopy full SHA for c94ad3c
1 file changed
.github/workflows/ci.yml
@@ -54,6 +54,7 @@ jobs:
54
for i in {1..90}; do
55
if curl -s http://127.0.0.1:3000/rest/products/search?q=apple | grep -qi "apple"; then
56
echo "Juice Shop API is ready"
57
+ sleep 5
58
exit 0
59
fi
60
echo "Waiting for Juice Shop API..."
0 commit comments