Skip to content

Commit b61d40a

Browse files
committed
Remove PostgreSQL from CI run
We don't run production against PostgreSQL, so there's no point in using it in tests.
1 parent 0366f77 commit b61d40a

1 file changed

Lines changed: 0 additions & 17 deletions

File tree

.github/workflows/python-tests.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,6 @@ jobs:
66
build:
77
runs-on: ubuntu-latest
88

9-
services:
10-
postgres:
11-
image: postgres:13.4
12-
env:
13-
POSTGRES_DB: ccbv
14-
POSTGRES_USER: classy
15-
POSTGRES_PASSWORD: classy
16-
ports:
17-
- 5432:5432
18-
options: >-
19-
--health-cmd pg_isready
20-
--health-interval 10s
21-
--health-timeout 5s
22-
--health-retries 5
23-
249
steps:
2510
- name: Clone code
2611
uses: actions/checkout@v3
@@ -42,8 +27,6 @@ jobs:
4227
pre-commit run --all-files --show-diff-on-failure
4328
4429
- name: Run Python tests
45-
env:
46-
DATABASE_URL: postgres://classy:classy@localhost/ccbv
4730
run: |
4831
make test
4932

0 commit comments

Comments
 (0)