There was an error while loading. Please reload this page.
1 parent be6442f commit 0286447Copy full SHA for 0286447
1 file changed
.github/workflows/python.yml
@@ -17,9 +17,9 @@ jobs:
17
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
18
19
env:
20
- DATABASE_URL: "postgres://postgres:postgres@localhost:5432/github_actions_data"
+ DATABASE_URL: "postgresql://postgres:postgres@localhost:5432/github_actions_data"
21
SECRET_KEY: 1234567890
22
- FTC_DB_URL: "postgres://postgres:postgres@localhost:5434/github_actions_data"
+ FTC_DB_URL: "postgresql://postgres:postgres@localhost:5434/github_actions_data"
23
24
steps:
25
- uses: actions/checkout@v6
0 commit comments