Skip to content

Commit

Permalink
Update django.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jwjacobson authored Apr 3, 2024
1 parent 6a3970c commit c2e50f8
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,7 @@ jobs:


run: |
echo "Checking if DATABASE_URL is set"
if [ -z "$DATABASE_URL" ]; then
echo "DATABASE_URL is not set"
else
echo "DATABASE_URL is set"
fi
echo "Checking environment variables"
env | grep -vE '^(PATH|HOME|RUNNER|GITHUB_)='
python manage.py test
pytest
- name: Deploy to Heroku
env:
Expand Down

0 comments on commit c2e50f8

Please sign in to comment.