Skip to content

Commit

Permalink
Add dependency to load in env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtavis committed Dec 8, 2024
1 parent ca48269 commit 0cbbf98
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pr_ci_playwright_e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ jobs:
with:
node-version: 20

- name: Set Environment Variables
working-directory: ./frontend
run: set -a && source ../.env.dev && set +a
- uses: c-py/action-dotenv-to-setenv@v5
with:
env-file: .env.dev

- name: Check Env Variables
run: printenv
run: echo $VITE_FRONTEND_URL

- name: Clean Yarn Cache
working-directory: ./frontend
Expand Down

0 comments on commit 0cbbf98

Please sign in to comment.