Skip to content

Commit

Permalink
Why is this needed
Browse files Browse the repository at this point in the history
  • Loading branch information
davepeck committed Mar 30, 2024
1 parent 06990cf commit 7b258fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
run: ruff check server
- name: Check types
run: mypy server
env:
SECRET_KEY: "test"
- name: Run tests
run: python manage.py test
env:
Expand Down

0 comments on commit 7b258fa

Please sign in to comment.