From f715af06b872f215044182974cad04d484784413 Mon Sep 17 00:00:00 2001 From: Gaston Gaiduk Date: Wed, 18 Dec 2024 15:53:00 +0100 Subject: [PATCH] Final approach --- .github/workflows/tests.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b5fb993..63c9325 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -21,16 +21,5 @@ jobs: env: VITE_ENCRYPTION_KEY: 1234567890_KEY - - name: Wait for Vite server - run: | - for i in {1..10}; do - if curl -s http://localhost:5173/retroleaderboards/; then - echo "Vite server is up!" - break - fi - echo "Waiting for Vite server..." - sleep 2 - done - - name: Run Cypress tests run: npm run cy:run