Skip to content

Commit 1655c0a

Browse files
committed
wip-3
1 parent 3b76cb1 commit 1655c0a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@ jobs:
2525
PG_BRANCH: ${{ format('REL_{0}_STABLE', matrix.pg_version) }}
2626

2727
steps:
28+
29+
- name: Get Postgres sources
30+
uses: actions/checkout@v3
31+
with:
32+
repository: postgres/postgres
33+
ref: ${{ format('REL_{0}_STABLE', matrix.pg_version) }}
34+
path: postgres
35+
2836
# Checkout shared_ispell
2937
- name: Checkout shared_ispell
3038
uses: actions/checkout@v3

0 commit comments

Comments
 (0)