Skip to content

Commit 21fdd10

Browse files
committed
localhost
1 parent 1c9fe34 commit 21fdd10

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: postgresql://postgres:postgres@postgres:5432/postgres
60+
DATABASE_URL: postgresql://postgres:postgres@localhost:5432/postgres
6161
run: rye run pytest
6262
frontend-lint:
6363
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)