Skip to content

Commit

Permalink
Update django.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigoddc authored Jan 8, 2021
1 parent 2def42d commit a98d144
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
pull_request:
branches: [ master ]

env:
SECRET_KEY: 'SOME_SCRET_KEY'
DEBUG: true

jobs:
build:

Expand All @@ -17,10 +21,7 @@ jobs:

steps:
- uses: actions/checkout@v2
env:
SECRET_KEY: 'SOME_SCRET_KEY'
DEBUG: true



# Setup Python (faster than using Python container)
- name: Setup Python 3.8
Expand Down

0 comments on commit a98d144

Please sign in to comment.