Skip to content

Commit

Permalink
need to actually set the redis host env var for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
spacetc62 committed Aug 29, 2024
1 parent 6ba1c7f commit e6ee49b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,7 @@ jobs:
with:
node-version: ${{ matrix.nodejs }}
- run: yarn install --frozen-lockfile
- run: yarn test
- name: 'Run Tests'
run: yarn test
env:
REDIS_HOST: redis

0 comments on commit e6ee49b

Please sign in to comment.