We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 237da00 commit b23ce03Copy full SHA for b23ce03
.github/workflows/ci-actions.yml
@@ -81,13 +81,12 @@ jobs:
81
- 127.0.0.1:8161:8161
82
- 127.0.0.1:61616:61616
83
minio:
84
- image: minio/minio
+ image: minio/minio server /data
85
env:
86
MINIO_ACCESS_KEY: BQA2GEXO711FVBVXDWKM
87
MINIO_SECRET_KEY: uvgz3LCwWM3e400cDkQIH/y1Y4xgU4iV91CwFSPC
88
ports:
89
- 127.0.0.1:9000:9000
90
- options: server /data
91
steps:
92
- uses: actions/checkout@v2
93
- name: Set up JDK ${{ matrix.java-version }}
0 commit comments