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 0594ae8 commit 1d70cc0Copy full SHA for 1d70cc0
.github/workflows/pytest.yml
@@ -14,7 +14,6 @@ jobs:
14
image: postgres:16
15
env:
16
POSTGRES_USER: postgres
17
- POSTGRES_PASSWORD: postgres
18
POSTGRES_DB: test_db
19
ports:
20
- 5432:5432
@@ -44,11 +43,11 @@ jobs:
44
43
done
45
- name: Set up the Database
46
47
- DATABASE_URL: postgres://postgres:postgres@localhost:5432/test_db
+ DATABASE_URL: postgres://postgres@localhost:5432/test_db
48
run: |
49
python db_init.py create
50
- name: Running pytest
51
52
53
54
python -m pytest tests/
0 commit comments