Skip to content

Commit

Permalink
fixup! 👷 (dashboard) fix mypy action in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ssorin committed Nov 8, 2024
1 parent 740c7d0 commit 43cdc03
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/dashboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,9 @@ jobs:
run: pipenv run ruff check apps tests
- name: Lint with MyPy
run: pipenv run mypy apps tests
env:
DASHBOARD_ALLOWED_HOSTS: *
DASHBOARD_DB_NAME: qualicharge-dashboard
DASHBOARD_DATABASE_URL: psql://qualicharge:pass@postgresql:5432/qualicharge-dashboard
DASHBOARD_DEBUG: 1
DASHBOARD_SECRET_KEY: the_secret_key

0 comments on commit 43cdc03

Please sign in to comment.