Skip to content

Commit

Permalink
Try next approach
Browse files Browse the repository at this point in the history
  • Loading branch information
gastongaiduk committed Dec 18, 2024
1 parent 3c9ab3c commit 69b5765
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .env.test
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
VITE_API_URL=https://stage.retroachievements.org
VITE_ENCRYPTION_KEY=1234567890_KEY
6 changes: 4 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@ jobs:
sleep 2
done
- name: Set environment variables
run: echo "VITE_ENCRYPTION_KEY=1234567890" >> $GITHUB_ENV
- 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
Expand Down

0 comments on commit 69b5765

Please sign in to comment.