Skip to content

Commit a73f0bb

Browse files
authored
Fixing CI (#13)
* syntax for ci * docker change
1 parent e9bd72f commit a73f0bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Name: Integration Tests
1+
name: Integration Tests
22

33
on:
44
push:
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
dotnet-version: ${{matrix.dotnet-version}}
3131
- name: run redis-stack-server docker
32-
run: docker run -p 6379:6379 -d redis/redis-stack-server:${{env.redis_stack_version}}
32+
run: docker run -p 6379:6379 -d redislabs/redismod:edge
3333
- name: compile
3434
run: dotnet build
3535
- name: run tests

0 commit comments

Comments
 (0)