Skip to content

Commit c94ad3c

Browse files
committed
Fixing ci.yml
1 parent 782aea0 commit c94ad3c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
for i in {1..90}; do
5555
if curl -s http://127.0.0.1:3000/rest/products/search?q=apple | grep -qi "apple"; then
5656
echo "Juice Shop API is ready"
57+
sleep 5
5758
exit 0
5859
fi
5960
echo "Waiting for Juice Shop API..."

0 commit comments

Comments
 (0)