wait instead of sleep 2

This commit is contained in:
resonic-user 2025-06-15 19:18:39 +00:00
parent 356e415c3b
commit 23ed63282c

View File

@ -144,10 +144,10 @@ jobs:
docker load < /tmp/webapp.tar
docker compose -f docker-compose.yml -f docker-compose.test.yml up --detach backend mailserver webapp
- name: Wait for webapp to be ready
uses: jakejarvis/wait-action@v0.1.0
- name: Wait for webapp
uses: staticdeploy/wait-on-action@v1
with:
url: http://localhost:3000
resource: http://localhost:3000
timeout: 120000
- name: Full stack tests | run tests