Skip to content

Commit 1c9fe34

Browse files
committed
postgresql
1 parent e455888 commit 1c9fe34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Run tests
5858
working-directory: backend
5959
env:
60-
DATABASE_URL: postgres://postgres:postgres@postgres:5432/postgres
60+
DATABASE_URL: postgresql://postgres:postgres@postgres:5432/postgres
6161
run: rye run pytest
6262
frontend-lint:
6363
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)