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 2336863 commit 4054925Copy full SHA for 4054925
.github/workflows/test.yml
@@ -23,7 +23,7 @@ jobs:
23
image: minio/minio
24
ports:
25
- 9000:9000
26
- options: server /data
+ args: ["server", "/data"]
27
28
steps:
29
- name: Checkout repository
0 commit comments