ci: 🧪 update environment values in test workflow

This commit is contained in:
m5ka 2024-03-26 14:12:09 +00:00
parent 5670f4fdde
commit 2b2041c321

View file

@ -6,6 +6,10 @@ on:
push: push:
branches: branches:
- 'main' - 'main'
env:
DEBUG: true
DATABASE_URL: 'postgres://postgres:postgres@localhost:5432/postgres'
DJANGO_DEBUG_TOOLBAR: false
jobs: jobs:
test: test:
runs-on: ubuntu-latest runs-on: ubuntu-latest