Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
fix: add missing ci env
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiendan committed Jul 11, 2023
1 parent 824acc3 commit 5990498
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,6 @@ jobs:

- run: npm ci
- run: npm run test:e2e
env:
REDIS_HOST: ${{ vars.REDIS_HOST }}
REDIS_PORT: ${{ vars.REDIS_PORT }}

0 comments on commit 5990498

Please sign in to comment.