Skip to content

Commit

Permalink
GH Actions: Activate maven tests of module commands (#3098)
Browse files Browse the repository at this point in the history
* Un-silent maven tests of module commands

* change port

* localhost

* redo port
  • Loading branch information
sazzad16 authored Aug 7, 2022
1 parent e58d089 commit 9c8ef61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ jobs:
JVM_OPTS: -Xmx3200m
TERM: dumb
- name: redismod docker
run: docker run --name mod -p 52567:6379 -d redislabs/redismod:edge
run: docker run -p 52567:6379 -d redislabs/redismod:edge
- name: run tests
run: mvn -q -DmodulesDocker="mod:52567" -Dtest="redis.clients.jedis.modules.**" test
run: mvn -DmodulesDocker="localhost:52567" -Dtest="redis.clients.jedis.modules.**" test
- name: codecov
run: |
bash <(curl -s https://codecov.io/bash)

0 comments on commit 9c8ef61

Please sign in to comment.