Skip to content

Commit e455888

Browse files
committed
env
1 parent 5481e74 commit e455888

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+
env:
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)