mirror of
https://github.com/jaypyles/Scraperr.git
synced 2026-08-25 05:46:28 +00:00
fix: add cypress tests to CI [skip ci]
This commit is contained in:
@@ -25,7 +25,7 @@ runs:
|
||||
shell: bash
|
||||
run: |
|
||||
for i in {1..10}; do
|
||||
curl -s http://127.0.0.1:3000 && echo "Frontend is ready" && exit 0
|
||||
curl -s http://127.0.0.1:80 && echo "Frontend is ready" && exit 0
|
||||
echo "Waiting for frontend to be ready... attempt $i"
|
||||
sleep 1
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user