更新 docker-run.yaml,添加 --quiet 选项以减少输出噪声
This commit is contained in:
@@ -4,4 +4,4 @@ jobs:
|
|||||||
docker-run:
|
docker-run:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- run: docker run --rm postgres:14 pg_dump --version
|
- run: docker run --rm --quiet postgres:14 pg_dump --version
|
||||||
Reference in New Issue
Block a user