Skip to content

Commit 4054925

Browse files
committed
args instead of options - Use official minio image for integration tests
1 parent 2336863 commit 4054925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
image: minio/minio
2424
ports:
2525
- 9000:9000
26-
options: server /data
26+
args: ["server", "/data"]
2727

2828
steps:
2929
- name: Checkout repository

0 commit comments

Comments
 (0)