Skip to content

Commit

Permalink
Final approach
Browse files Browse the repository at this point in the history
  • Loading branch information
gastongaiduk committed Dec 18, 2024
1 parent b90ab2a commit f715af0
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f715af0

Please sign in to comment.