Skip to content

Commit 7328cb6

Browse files
committed
fix typo in database name
1 parent 8d1c6b5 commit 7328cb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
python-version: [3.7, 3.8, 3.9]
11-
postgres-version: [9, 10, 11, 12, 13]
11+
postgres-version: [9.6, 10, 11, 12, 13]
1212

1313
# Service containers to run with `container-job`
1414
services:
@@ -51,7 +51,7 @@ jobs:
5151
run: cd tests && ./test-postgres.sh
5252
env:
5353
PG_HOST: localhost
54-
PG_DATABASE: postgres
54+
PG_DATABASE: piccolo
5555
PG_PASSWORD: postgres
5656

5757
sqlite:

0 commit comments

Comments
 (0)