Skip to content

Commit 3757967

Browse files
add github action services
1 parent 667fb4c commit 3757967

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
MINIO_SECRET_KEY: uvgz3LCwWM3e400cDkQIH/y1Y4xgU4iV91CwFSPC
8888
ports:
8989
- 127.0.0.1:9000:9000
90-
options: --entrypoint "server /data"
90+
options: --entrypoint "/usr/bin/docker-entrypoint.sh minio server /data"
9191
steps:
9292
- uses: actions/checkout@v2
9393
- name: Set up JDK ${{ matrix.java-version }}

0 commit comments

Comments
 (0)