yaml_api_test_u

This commit is contained in:
rabeeafaraj 2025-08-09 20:56:10 +03:00
parent f5abec4cc3
commit 04e92edb86

View file

@ -24,6 +24,11 @@ jobs:
python -m pip install --upgrade pip
pip install requests pytest
- name: Start API server (Docker)
run: |
docker compose up -d
sleep 10
- name: Wait for API to be ready
run: |
echo "Waiting for API at localhost:80..."