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 4f63100 commit 176ab0eCopy full SHA for 176ab0e
.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