Skip to content
This repository was archived by the owner on Jun 9, 2024. It is now read-only.

Commit a8f553a

Browse files
committed
Remove databse from tests
1 parent 82568f6 commit a8f553a

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

.github/workflows/tests.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,6 @@ jobs:
1212
defaults:
1313
run:
1414
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
2515
steps:
2616
- uses: actions/checkout@v2
2717
- uses: actions/setup-python@v2
@@ -41,7 +31,6 @@ jobs:
4131
- name: Unit tests
4232
run: poetry run task test
4333
env:
44-
DATABASE_URL: postgresql+asyncpg://postgres:postgres@localhost:${{ job.services.postgres.ports[5432] }}/postgres
4534
IDENTITY_SECRET: 'secret'
4635
PASTAPORTO_SECRET: 'secret'
4736
SERVICE_TO_SERVICE_SECRET: 'secret'

0 commit comments

Comments
 (0)