We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e58d089 commit 9c8ef61Copy full SHA for 9c8ef61
.github/workflows/integration.yml
@@ -52,9 +52,9 @@ jobs:
52
JVM_OPTS: -Xmx3200m
53
TERM: dumb
54
- name: redismod docker
55
- run: docker run --name mod -p 52567:6379 -d redislabs/redismod:edge
+ run: docker run -p 52567:6379 -d redislabs/redismod:edge
56
- name: run tests
57
- run: mvn -q -DmodulesDocker="mod:52567" -Dtest="redis.clients.jedis.modules.**" test
+ run: mvn -DmodulesDocker="localhost:52567" -Dtest="redis.clients.jedis.modules.**" test
58
- name: codecov
59
run: |
60
bash <(curl -s https://codecov.io/bash)
0 commit comments