Skip to content

Commit

Permalink
build: add environment variable for test
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiabrandt committed Jun 30, 2024
1 parent ec47e5c commit 37c3435
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Set environment for Test
run: echo "VITE_API_KEY=xxxxx" > .env
- name: Install Dependencies
run: bun install --frozen-lockfile
- name: Unit Tests
Expand Down

0 comments on commit 37c3435

Please sign in to comment.