Skip to content

Commit

Permalink
Update django.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafa13io authored May 23, 2024
1 parent ff3e8f1 commit d9adc4c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,16 @@ jobs:
- name: Run Django tests
run: python manage.py test -v2
working-directory: ./backend
env:
SECRET_KEY: django-insecure-n$e-qm6#6@du0=+^v0d%eeg84l6=g!o$4c%awh+yh0--gpx_h8
POSTGRES_USER: POSTGRES_USER
POSTGRES_PASSWORD: POSTGRES_PASSWORD
POSTGRES_DB: POSTGRES_DB
POSTGRES_HOST: localhost
POSTGRES_PORT: 5432
REDIS_CELERY: localhost
REDIS_CACHE: localhost
DJANGO_SETTINGS_MODULE: concertify.settings
flake8:
name: Flake8 Check
runs-on: ubuntu-latest
Expand Down

0 comments on commit d9adc4c

Please sign in to comment.