Skip to content

Commit 1ed4ce9

Browse files
author
Eyal Rozen
committed
ci: fix github workflow
1 parent cdfcbac commit 1ed4ce9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747

4848
services:
4949
redis:
50-
image: redis:8.2-alpine
50+
image: redis:8.4.0
5151
ports:
5252
- 6379:6379
5353
options: >-
@@ -68,6 +68,7 @@ jobs:
6868
- name: Run tests
6969
run: npm run test
7070
env:
71+
NODE_ENV: test
7172
REDIS_HOST: redis
7273
REDIS_PORT: 6379
7374

0 commit comments

Comments
 (0)