diff --git a/.github/workflows/cypress-tests.yml b/.github/workflows/cypress-tests.yml index adf0b3ff..15dc4c0d 100644 --- a/.github/workflows/cypress-tests.yml +++ b/.github/workflows/cypress-tests.yml @@ -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"