Skip to content

Commit 14cc2f5

Browse files
Set DEBUG=False for GitHub Actions (Fixes #327) (#355)
1 parent 3741456 commit 14cc2f5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/python-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515

1616
build:
1717
runs-on: ubuntu-latest
18+
env:
19+
DEBUG: "False"
20+
SECRET_KEY: "github-actions-secret-key"
1821

1922
services:
2023
postgres:

0 commit comments

Comments
 (0)