更新 docker-run.yaml,添加 --quiet 选项以减少输出噪声

This commit is contained in:
严浩
2025-02-21 12:04:14 +08:00
parent 2a09a9666d
commit 8e9aac5e1d

View File

@@ -4,4 +4,4 @@ jobs:
docker-run:
runs-on: ubuntu-latest
steps:
- run: docker run --rm postgres:14 pg_dump --version
- run: docker run --rm --quiet postgres:14 pg_dump --version