add database url for sqlx
All checks were successful
Backend Actions / check (push) Successful in 38s
Backend Actions / build (push) Successful in 1m11s
Frontend Actions / check (push) Successful in 1m36s
Backend Actions / test (push) Successful in 2m22s
Frontend Actions / build (push) Successful in 1m28s
Frontend Actions / test (push) Successful in 46s

This commit is contained in:
2025-07-28 02:01:47 +01:00
parent 46cb354c9a
commit 6ec6aa2aa7

View File

@ -76,6 +76,7 @@ jobs:
run: ./scripts/test.sh run: ./scripts/test.sh
env: env:
POSTGRES_URL: "postgresql://postgres:postgres@postgres:5432" POSTGRES_URL: "postgresql://postgres:postgres@postgres:5432"
DATABASE_URL: "postgresql://postgres:postgres@postgres:5432"
- name: Upload Test Logs - name: Upload Test Logs
if: ${{ failure() }} if: ${{ failure() }}
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3