Update mint.yml

测试执行
This commit is contained in:
mirschao
2024-12-08 23:25:01 +08:00
committed by GitHub
parent 8444d18eac
commit 950c04894e
+3 -5
View File
@@ -54,12 +54,10 @@ jobs:
- name: run mint test task
run: |
docker run -itd -e SERVER_ENDPOINT=localhost:9000 \
ps aux | grep rustfs
docker run -e SERVER_ENDPOINT=localhost:9000 \
-e ACCESS_KEY=rustfsadmin \
-e SECRET_KEY=rustfsadmin \
-e ENABLE_HTTPS=1 \
-v /tmp/logs:/mint/log \
minio/mint
ls -l /tmp/logs