Skip to content

Commit 0286447

Browse files
committed
use postgresql:: connection
1 parent be6442f commit 0286447

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
1818

1919
env:
20-
DATABASE_URL: "postgres://postgres:postgres@localhost:5432/github_actions_data"
20+
DATABASE_URL: "postgresql://postgres:postgres@localhost:5432/github_actions_data"
2121
SECRET_KEY: 1234567890
22-
FTC_DB_URL: "postgres://postgres:postgres@localhost:5434/github_actions_data"
22+
FTC_DB_URL: "postgresql://postgres:postgres@localhost:5434/github_actions_data"
2323

2424
steps:
2525
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)