Skip to content

Commit 4517720

Browse files
committed
fix ci?
1 parent 33c2208 commit 4517720

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
name: Start Minio
1414
with:
1515
run: ./minio server ./data
16-
wait-on: tcp://127.0.0.1:9000
17-
log-output-if: failure
16+
wait-on: tcp:127.0.0.1:9000
17+
log-output-if: true
1818
- name: Create Bucket
1919
run: |
2020
./mc alias set minio http://127.0.0.1:9000 minioadmin minioadmin

0 commit comments

Comments
 (0)