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