Skip to content

Commit ee96d15

Browse files
committed
ci: Show minion client version
1 parent 1024669 commit ee96d15

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/test/test_minio.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ docker run -d --expose 9000 --network $NETWORK -e MINIO_ROOT_USER=$MINIO_ROOT_US
2828

2929
echo "Ensure MinIO client exists"
3030
curl -o ./mc -# https://dl.min.io/client/mc/release/linux-${MINIO_ARCH}/mc && chmod +x ./mc
31+
./mc version
3132

3233
echo "Create bucket"
3334
MINIO_IP=$(docker inspect minio --format="{{ .NetworkSettings.Networks.$NETWORK.IPAddress }}")

0 commit comments

Comments
 (0)