Skip to content

Commit

Permalink
This is going to be it
Browse files Browse the repository at this point in the history
  • Loading branch information
gastongaiduk committed Dec 18, 2024
1 parent 099b9ba commit c1fb7cb
Showing 1 changed file with 2 additions and 23 deletions.
25 changes: 2 additions & 23 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,26 +16,5 @@ jobs:
uses: cypress-io/github-action@v6
with:
start: npm run dev:expose
env: VITE_ENCRYPTION_KEY=1234567890_KEY

# - name: Install dependencies
# run: npm install

# - name: Start Vite server
# run: npm run dev &
# 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
env:
CYPRESS_VITE_ENCRYPTION_KEY: 1234567890_KEY

0 comments on commit c1fb7cb

Please sign in to comment.