Skip to content

Commit 76389f4

Browse files
committed
Revert ci
1 parent 0aed571 commit 76389f4

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,6 @@ jobs:
3030
--health-retries 5
3131
ports:
3232
- 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
4233
steps:
4334
- uses: actions/checkout@v2
4435
- name: Set up JDK 1.8
@@ -53,5 +44,5 @@ jobs:
5344
restore-keys: |
5445
${{ runner.os }}-maven-
5546
- 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
5748
- uses: codecov/codecov-action@v1

0 commit comments

Comments
 (0)