hiett commited on
Commit
851cff1
·
1 Parent(s): 19ee332

Swap to redis-stack-server to see if there is JSON compatability with tests

Browse files
Files changed (1) hide show
  1. .github/workflows/test.yml +1 -1
.github/workflows/test.yml CHANGED
@@ -12,7 +12,7 @@ jobs:
12
  container: denoland/deno
13
  services:
14
  redis:
15
- image: redis:6.2 # 6.2 is the Upstash compatible Redis version
16
  srh:
17
  image: hiett/serverless-redis-http:0.0.5-alpha
18
  env:
 
12
  container: denoland/deno
13
  services:
14
  redis:
15
+ image: redis/redis-stack-server:6.2 # 6.2 is the Upstash compatible Redis version
16
  srh:
17
  image: hiett/serverless-redis-http:0.0.5-alpha
18
  env: