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:
branches:
- 'main'
env:
DEBUG: true
DATABASE_URL: 'postgres://postgres:postgres@localhost:5432/postgres'
DJANGO_DEBUG_TOOLBAR: false
jobs:
test:
runs-on: ubuntu-latest