From e0af386cc539e16344ce789615d66a793f2e6af4 Mon Sep 17 00:00:00 2001 From: Patrick Burns Date: Sun, 7 Apr 2024 19:58:37 -0500 Subject: [PATCH] add another request for dxcc --- .github/workflows/cypress-tests.yml | 3 +++ 1 file changed, 3 insertions(+) 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"