Skip to content

Commit 47a441c

Browse files
committed
Added 14, 15, 16, 17 version of PostgreSQL to tests
1 parent 7c6d373 commit 47a441c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
steps:
4545
- uses: actions/checkout@v1
4646
- name: Setup Postgres
47+
id: postgres
4748
uses: ikalnytskyi/action-setup-postgres@v7
4849
with:
4950
username: postgres
@@ -66,4 +67,6 @@ jobs:
6667
- name: Install tox
6768
run: pip install "tox-gh>=1.2,<2"
6869
- name: Run pytest
70+
env:
71+
POSTGRES_CERT_FILE: "${{ steps.postgres.outputs.certificate-path }}"
6972
run: tox -v -c tox.ini

0 commit comments

Comments
 (0)