fix: add cypress tests to CI [skip ci]

This commit is contained in:
Jayden Pyles
2025-05-10 09:44:43 -05:00
parent 3063bc0d53
commit 21a38181de
@@ -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