34 - github actions need DATABASE_URL to build

This commit is contained in:
Hendrik Belitz
2025-06-24 16:27:16 +02:00
parent 39931b9340
commit b1c044ed5f
3 changed files with 6 additions and 0 deletions
+2
View File
@@ -32,6 +32,8 @@ jobs:
- name: Build application
run: npm run build
env:
DATABASE_URL: "postgresql://test:test@localhost:5432/test"
- name: Install Playwright browsers
run: npx playwright install --with-deps
+2
View File
@@ -33,3 +33,5 @@ jobs:
- name: Build application
run: npm run build
env:
DATABASE_URL: "postgresql://test:test@localhost:5432/test"
+2
View File
@@ -42,6 +42,8 @@ jobs:
- name: Build application
run: npm run build
env:
DATABASE_URL: "postgresql://test:test@localhost:5432/test"
- name: Install Playwright browsers
run: npx playwright install --with-deps