新增 GitHub Actions 工作流以运行 PostgreSQL 容器并输出 pg_dump 版本
This commit is contained in:
7
.github/workflows/docker-run.yaml
vendored
Normal file
7
.github/workflows/docker-run.yaml
vendored
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
on:
|
||||||
|
push:
|
||||||
|
jobs:
|
||||||
|
docker-run:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- run: docker run --rm postgres:14 pg_dump --version
|
Reference in New Issue
Block a user