We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c6d373 commit 47a441cCopy full SHA for 47a441c
.github/workflows/test.yaml
@@ -44,6 +44,7 @@ jobs:
44
steps:
45
- uses: actions/checkout@v1
46
- name: Setup Postgres
47
+ id: postgres
48
uses: ikalnytskyi/action-setup-postgres@v7
49
with:
50
username: postgres
@@ -66,4 +67,6 @@ jobs:
66
67
- name: Install tox
68
run: pip install "tox-gh>=1.2,<2"
69
- name: Run pytest
70
+ env:
71
+ POSTGRES_CERT_FILE: "${{ steps.postgres.outputs.certificate-path }}"
72
run: tox -v -c tox.ini
0 commit comments