Files
act-runner-example/.github/workflows/docker-run.yaml
严浩 8e9aac5e1d
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
更新 docker-run.yaml,添加 --quiet 选项以减少输出噪声
2025-02-21 12:04:14 +08:00

7 lines
136 B
YAML

on:
push:
jobs:
docker-run:
runs-on: ubuntu-latest
steps:
- run: docker run --rm --quiet postgres:14 pg_dump --version