We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a193ef commit 04381d7Copy full SHA for 04381d7
1 file changed
.github/workflows/test.yml
@@ -31,6 +31,13 @@ jobs:
31
run: |
32
poetry config virtualenvs.create false
33
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
41
- name: Run tests with coverage
42
43
pytest . --cov=. --cov-report xml
0 commit comments