add a short delay to let web connect to db
这个提交包含在:
父节点
a361d593e5
当前提交
08d2ffaa3b
共有 1 个文件被更改,包括 3 次插入 和 0 次删除
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"
|
||||
|
||||
|
|
|
|||
正在加载…
在新工单中引用