mirror of
https://github.com/magicbug/Cloudlog
synced 2026-08-13 17:49:35 -04:00
add a short delay to let web connect to db
This commit is contained in:
parent
a361d593e5
commit
08d2ffaa3b
1 changed files with 3 additions and 0 deletions
3
.github/workflows/cypress-tests.yml
vendored
3
.github/workflows/cypress-tests.yml
vendored
|
|
@ -13,6 +13,9 @@ jobs:
|
|||
- name: Build Docker services
|
||||
run: docker-compose up -d
|
||||
|
||||
- name: Wait for services to start
|
||||
run: sleep 10
|
||||
|
||||
- name: Populate dxcc_entities table
|
||||
run: curl "http://localhost/index.php/update/dxcc_entities"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue