From 08c5e4420f85f7fa0dfddddac0cbaf11fd6b9a2f Mon Sep 17 00:00:00 2001 From: Patrick Burns Date: Sun, 7 Apr 2024 20:08:43 -0500 Subject: [PATCH] testing if i need both dxcc calls --- .github/workflows/cypress-tests.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/cypress-tests.yml b/.github/workflows/cypress-tests.yml index 2cb67ceb..92cc4d1a 100644 --- a/.github/workflows/cypress-tests.yml +++ b/.github/workflows/cypress-tests.yml @@ -19,9 +19,6 @@ jobs: - 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" - - name: Install Cypress run: npm install cypress