Skip to content

Commit

Permalink
set DEBUG in env
Browse files Browse the repository at this point in the history
  • Loading branch information
lukavdplas committed Aug 5, 2024
1 parent c970a22 commit f7124da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
PGPORT: ${{ job.services.postgres.ports['5432'] }}
PGUSER: lettercraft_user
PGPASSWORD: lettercraft_pwd
DEBUG: true
run: |
cat bootstrap_ci.txt | python bootstrap.py
yarn
Expand Down

0 comments on commit f7124da

Please sign in to comment.