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:
|
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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue