Skip to content

Commit

Permalink
Get Postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
postgres-dev committed Jul 24, 2023
1 parent 8bd6848 commit d6b7847
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,19 @@ jobs:
image: alpine
env:
PG_BRANCH: REL_15
# volumes:
# - ${{ github.workspace }}:/work

steps:
- uses: actions/checkout@v2
- name: Get Postgres sources
uses: actions/checkout@v3
with:
repository: postgres/postgres
path: postgres

- name: Get Ptrack sources
uses: actions/checkout@v3
with:
path: ptrack

- name: Build the Docker image
run: |
ls -l

0 comments on commit d6b7847

Please sign in to comment.