Skip to content

Commit 751444b

Browse files
committed
fix: remove DATABASE_URL from CI test step
1 parent 87481aa commit 751444b

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ jobs:
2525

2626
- name: Run tests
2727
run: pytest -v
28-
env:
29-
DATABASE_URL: postgresql://postgres:postgres@localhost:5432/urlshortener
3028

3129
build:
3230
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)