add a short delay to let web connect to db

pull/3066/head
Patrick Burns 2024-04-07 19:49:57 -05:00
rodzic a361d593e5
commit 08d2ffaa3b
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -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"