Skip to content

Commit

Permalink
New approach
Browse files Browse the repository at this point in the history
  • Loading branch information
gastongaiduk committed Dec 18, 2024
1 parent 69b5765 commit b9d43ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
2 changes: 0 additions & 2 deletions .env.test

This file was deleted.

10 changes: 4 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,10 @@ jobs:
sleep 2
done
- name: Load environment variables
run: |
echo "Loading environment variables from .env.test"
set -o allexport; source .env.test; set +o allexport
- name: Run Cypress tests
uses: cypress-io/github-action@v6
env:
BASE_URL: 'http://localhost:5173/retroleaderboards'
VITE_ENCRYPTION_KEY: '1234567890'
with:
browser: chrome
browser: chrome

0 comments on commit b9d43ef

Please sign in to comment.