Skip to content

Commit 04381d7

Browse files
committed
Add postgres to test action
1 parent 2a193ef commit 04381d7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@ jobs:
3131
run: |
3232
poetry config virtualenvs.create false
3333
poetry install --all-extras --with dev
34+
- name: Setup Postgres
35+
uses: ./.github/actions/setup_postgres/
36+
with:
37+
username: postgres
38+
password: postgres
39+
database: piccolo
40+
id: postgres
3441
- name: Run tests with coverage
3542
run: |
3643
pytest . --cov=. --cov-report xml

0 commit comments

Comments
 (0)