mirror of
https://github.com/magicbug/Cloudlog
synced 2024-11-21 15:56:30 +00:00
add a short delay to let web connect to db
This commit is contained in:
parent
a361d593e5
commit
08d2ffaa3b
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…
Reference in New Issue
Block a user