diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 5b4eeb9..85e8689 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -6,6 +6,10 @@ on: push: branches: - 'main' +env: + DEBUG: true + DATABASE_URL: 'postgres://postgres:postgres@localhost:5432/postgres' + DJANGO_DEBUG_TOOLBAR: false jobs: test: runs-on: ubuntu-latest