From 950c04894e5b22db26aab183a21aef86dc035c34 Mon Sep 17 00:00:00 2001 From: mirschao <119988085+mirschao@users.noreply.github.com> Date: Sun, 8 Dec 2024 23:25:01 +0800 Subject: [PATCH] Update mint.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 测试执行 --- .github/workflows/mint.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/mint.yml b/.github/workflows/mint.yml index 67c246095..45b443ad5 100644 --- a/.github/workflows/mint.yml +++ b/.github/workflows/mint.yml @@ -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 - - +