Skip to content

Commit 5481e74

Browse files
committed
db url
1 parent bf63edc commit 5481e74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ jobs:
5656
run: rye sync
5757
- name: Run tests
5858
working-directory: backend
59-
environment:
60-
DATABASE_URL: postgres://postgres:postgres@postgres:5432/postgres
59+
# environment:
60+
# DATABASE_URL: postgres://postgres:postgres@postgres:5432/postgres
6161
run: rye run pytest
6262
frontend-lint:
6363
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)