We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aed571 commit 76389f4Copy full SHA for 76389f4
1 file changed
.github/workflows/build.yml
@@ -30,15 +30,6 @@ jobs:
30
--health-retries 5
31
ports:
32
- 52568:6379
33
- rebloom:
34
- image: redislabs/rebloom:edge
35
- options: >-
36
- --health-cmd "redis-cli ping"
37
- --health-interval 10s
38
- --health-timeout 5s
39
- --health-retries 5
40
- ports:
41
- - 6379:6379
42
steps:
43
- uses: actions/checkout@v2
44
- name: Set up JDK 1.8
@@ -53,5 +44,5 @@ jobs:
53
restore-keys: |
54
45
${{ runner.os }}-maven-
55
46
- name: Build with Maven
56
- run: mvn clean install -DREDIS_HOST=localhost -DREDIS_PORT=52567 -DREDISAI_PORT=52568 -DREDISBLOOM_PORT=6379 -Dgpg.skip --file pom.xml
47
+ run: mvn clean install -DREDIS_HOST=localhost -DREDIS_PORT=52567 -DREDISAI_PORT=52568 -Dgpg.skip --file pom.xml
57
48
- uses: codecov/codecov-action@v1
0 commit comments