新增 GitHub Actions 工作流以运行 PostgreSQL 容器并输出 pg_dump 版本
Some checks are pending
/ test-timezone (push) Waiting to run
/ docker-run (push) Successful in 5s
/ Cache-Java-Test (push) Successful in -28s
/ opt_hostedtoolcache (push) Successful in -6s
/ hashFiles (push) Successful in -32s
/ go-hashfiles (push) Successful in -2s
/ job1 (push) Successful in -7s
/ job2 (push) Successful in -7s
/ job3 (push) Has been skipped

This commit is contained in:
严浩
2025-02-21 12:03:17 +08:00
parent 0093dd7abe
commit 2a09a9666d

7
.github/workflows/docker-run.yaml vendored Normal file
View File

@ -0,0 +1,7 @@
on:
push:
jobs:
docker-run:
runs-on: ubuntu-latest
steps:
- run: docker run --rm postgres:14 pg_dump --version