mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
add additional wait for frontend
This commit is contained in:
parent
7df12fb075
commit
7a2243437e
6
.github/workflows/test_e2e.yml
vendored
6
.github/workflows/test_e2e.yml
vendored
@ -48,6 +48,12 @@ jobs:
|
||||
cd e2e-tests/
|
||||
yarn
|
||||
|
||||
- name: Wait for the frontend to be ready
|
||||
run: |
|
||||
for i in {1..10}; do
|
||||
curl -s http://localhost:3000/login && break || sleep 5
|
||||
done
|
||||
|
||||
- name: End-to-end tests | run tests
|
||||
id: e2e-tests
|
||||
run: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user