Skip to content

Commit

Permalink
Added debug to build phase
Browse files Browse the repository at this point in the history
  • Loading branch information
LobeTia committed Sep 30, 2024
1 parent c059f0c commit 0611ce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
DATABASE_URL: postgres://test:test@localhost:5432/db

- name: Build
run: ${{ steps.detect-package-manager.outputs.manager }} run build
run: ${{ steps.detect-package-manager.outputs.manager }} run build -d
env:
SKIP_ENV_VALIDATION: true
DATABASE_URL: postgres://test:test@localhost:5432/db

0 comments on commit 0611ce1

Please sign in to comment.