Skip to content

Commit ab3712d

Browse files
authored
Merge pull request #149 from juleswritescode/tests/introduce-test-db
2 parents 13f67f5 + 51be4ee commit ab3712d

File tree

17 files changed

+282
-102
lines changed

17 files changed

+282
-102
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- 5432:5432
2929

3030
env:
31-
DB_CONNECTION_STRING: postgresql://postgres:postgres@localhost:5432/postgres
31+
DATABASE_URL: postgresql://postgres:postgres@localhost:5432/postgres
3232

3333
steps:
3434
- name: 🏗 Setup repository

0 commit comments

Comments
 (0)