Add DATABASE_URL environment variable for testing

This commit is contained in:
Fatih Kadir Akın
2026-01-08 13:12:00 +03:00
committed by GitHub
parent 29eb0b95ba
commit 9f8a233e59

View File

@@ -15,6 +15,8 @@ env:
jobs:
test:
runs-on: ubuntu-latest
env:
DATABASE_URL: "postgresql://test:test@localhost:5432/test"
steps:
- name: Checkout repository
uses: actions/checkout@v4