Skip to content

Commit

Permalink
Pass test encryption key
Browse files Browse the repository at this point in the history
  • Loading branch information
gastongaiduk committed Dec 18, 2024
1 parent eaff4d2 commit 3c9ab3c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
sleep 2
done
- name: Set environment variables
run: echo "VITE_ENCRYPTION_KEY=1234567890" >> $GITHUB_ENV

- name: Run Cypress tests
uses: cypress-io/github-action@v6
with:
Expand Down

0 comments on commit 3c9ab3c

Please sign in to comment.