Skip to content

Commit 9c8ef61

Browse files
authored
GH Actions: Activate maven tests of module commands (#3098)
* Un-silent maven tests of module commands * change port * localhost * redo port
1 parent e58d089 commit 9c8ef61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ jobs:
5252
JVM_OPTS: -Xmx3200m
5353
TERM: dumb
5454
- name: redismod docker
55-
run: docker run --name mod -p 52567:6379 -d redislabs/redismod:edge
55+
run: docker run -p 52567:6379 -d redislabs/redismod:edge
5656
- name: run tests
57-
run: mvn -q -DmodulesDocker="mod:52567" -Dtest="redis.clients.jedis.modules.**" test
57+
run: mvn -DmodulesDocker="localhost:52567" -Dtest="redis.clients.jedis.modules.**" test
5858
- name: codecov
5959
run: |
6060
bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)