mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-01-19 03:11:30 +00:00
wait instead of sleep 2
This commit is contained in:
parent
356e415c3b
commit
23ed63282c
6
.github/workflows/test-e2e.yml
vendored
6
.github/workflows/test-e2e.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user