Skip to content

Commit b23ce03

Browse files
add github action services
1 parent 237da00 commit b23ce03

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci-actions.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,12 @@ jobs:
8181
- 127.0.0.1:8161:8161
8282
- 127.0.0.1:61616:61616
8383
minio:
84-
image: minio/minio
84+
image: minio/minio server /data
8585
env:
8686
MINIO_ACCESS_KEY: BQA2GEXO711FVBVXDWKM
8787
MINIO_SECRET_KEY: uvgz3LCwWM3e400cDkQIH/y1Y4xgU4iV91CwFSPC
8888
ports:
8989
- 127.0.0.1:9000:9000
90-
options: server /data
9190
steps:
9291
- uses: actions/checkout@v2
9392
- name: Set up JDK ${{ matrix.java-version }}

0 commit comments

Comments
 (0)