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 4b03fae commit 6e85b6bCopy full SHA for 6e85b6b
.github/workflows/development_pipeline.yml
@@ -42,6 +42,6 @@ jobs:
42
43
- name: Unit Tests
44
env:
45
- DATABASE_TEST_URL: postgresql://db_user:db_password@postgres:5432/db_test
+ DATABASE_TEST_URL: postgresql://db_user:db_password@localhost/db_test
46
run: python -m flask tests
47
0 commit comments