Added env variables for production build
All checks were successful
Production PR / QA Tests (pull_request) Successful in 43s

This commit is contained in:
Liviu Burcusel 2026-01-07 10:15:52 +01:00
parent f1f933c8a2
commit 780c4004c7
Signed by: liviu
GPG key ID: 6CDB37A4AD2C610C

View file

@ -25,6 +25,10 @@ jobs:
fetch-depth: 0
- name: Install dependencies
run: npm ci
env:
DATABASE_URL: "N/A"
BETTER_AUTH_SECRET: "N/A"
BETTER_AUTH_URL: "N/A"
- name: Run tests and generate coverage
run: npm run coverage
# continue-on-error: true