diff --git a/.github/workflows/backend-ci.yml b/.github/workflows/backend-ci.yml index f4a1c9a..82cc32e 100644 --- a/.github/workflows/backend-ci.yml +++ b/.github/workflows/backend-ci.yml @@ -65,7 +65,7 @@ jobs: run: | uvicorn main:app --host 0.0.0.0 --port 5000 & for i in {1..10}; do - curl -s http://localhost:5000/docs && break || sleep 2 + curl -s http://localhost:5000/api/pets && break || sleep 2 done - name: Initialize database