Skip to content

Commit 6e85b6b

Browse files
UPDATE Test ci
1 parent 4b03fae commit 6e85b6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/development_pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ jobs:
4242

4343
- name: Unit Tests
4444
env:
45-
DATABASE_TEST_URL: postgresql://db_user:db_password@postgres:5432/db_test
45+
DATABASE_TEST_URL: postgresql://db_user:db_password@localhost/db_test
4646
run: python -m flask tests
4747

0 commit comments

Comments
 (0)