diff --git a/.github/workflows/cypress-tests.yml b/.github/workflows/cypress-tests.yml index 15dc4c0d..2cb67ceb 100644 --- a/.github/workflows/cypress-tests.yml +++ b/.github/workflows/cypress-tests.yml @@ -16,6 +16,9 @@ jobs: - name: Wait for services to start run: sleep 10 + - name: Populate dxcc_entities table + run: curl "http://localhost/index.php/update/dxcc" + - name: Populate dxcc_entities table run: curl "http://localhost/index.php/update/dxcc_entities"