mirror of
https://github.com/wekan/wekan.git
synced 2026-01-01 23:28:49 +01:00
yaml_api_test_u
This commit is contained in:
parent
f5abec4cc3
commit
04e92edb86
1 changed files with 5 additions and 0 deletions
5
.github/workflows/api-tests.yaml
vendored
5
.github/workflows/api-tests.yaml
vendored
|
|
@ -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..."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue