We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0366f77 commit b61d40aCopy full SHA for b61d40a
1 file changed
.github/workflows/python-tests.yml
@@ -6,21 +6,6 @@ jobs:
6
build:
7
runs-on: ubuntu-latest
8
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
-
24
steps:
25
- name: Clone code
26
uses: actions/checkout@v3
@@ -42,8 +27,6 @@ jobs:
42
27
pre-commit run --all-files --show-diff-on-failure
43
28
44
29
- name: Run Python tests
45
46
- DATABASE_URL: postgres://classy:classy@localhost/ccbv
47
30
run: |
48
31
make test
49
32
0 commit comments