From d6b7847f860208999c6c6f517e6dfbfc4073e7a1 Mon Sep 17 00:00:00 2001 From: Alexey Savchkov Date: Mon, 24 Jul 2023 22:57:21 +0700 Subject: [PATCH] Get Postgres --- .github/workflows/test.yml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 05d9222..8aed3f4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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