We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82568f6 commit a8f553aCopy full SHA for a8f553a
1 file changed
.github/workflows/tests.yml
@@ -12,16 +12,6 @@ jobs:
12
defaults:
13
run:
14
working-directory: ./
15
- services:
16
- postgres:
17
- image: postgres:11.10
18
- env:
19
- POSTGRES_USER: postgres
20
- POSTGRES_PASSWORD: postgres
21
- POSTGRES_DB: postgres
22
- ports:
23
- - 5432/tcp
24
- options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
25
steps:
26
- uses: actions/checkout@v2
27
- uses: actions/setup-python@v2
@@ -41,7 +31,6 @@ jobs:
41
31
- name: Unit tests
42
32
run: poetry run task test
43
33
env:
44
- DATABASE_URL: postgresql+asyncpg://postgres:postgres@localhost:${{ job.services.postgres.ports[5432] }}/postgres
45
34
IDENTITY_SECRET: 'secret'
46
35
PASTAPORTO_SECRET: 'secret'
47
36
SERVICE_TO_SERVICE_SECRET: 'secret'
0 commit comments