更新 docker-run.yaml,添加 --quiet 选项以减少输出噪声
Some checks failed
/ test-timezone (push) Waiting to run
/ job3 (push) Blocked by required conditions
/ opt_hostedtoolcache (push) Waiting to run
/ Cache-Java-Test (push) Successful in -2s
/ hashFiles (push) Successful in -7s
/ docker-run (push) Successful in -22s
/ go-hashfiles (push) Has been cancelled
/ job1 (push) Successful in -29s
/ job2 (push) Has been cancelled
Some checks failed
/ test-timezone (push) Waiting to run
/ job3 (push) Blocked by required conditions
/ opt_hostedtoolcache (push) Waiting to run
/ Cache-Java-Test (push) Successful in -2s
/ hashFiles (push) Successful in -7s
/ docker-run (push) Successful in -22s
/ go-hashfiles (push) Has been cancelled
/ job1 (push) Successful in -29s
/ job2 (push) Has been cancelled
This commit is contained in:
2
.github/workflows/docker-run.yaml
vendored
2
.github/workflows/docker-run.yaml
vendored
@ -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
|
Reference in New Issue
Block a user