ci: 🧪 update environment values in test workflow
This commit is contained in:
parent
5670f4fdde
commit
2b2041c321
1 changed files with 4 additions and 0 deletions
4
.github/workflows/test.yaml
vendored
4
.github/workflows/test.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue