Skip to content

Commit

Permalink
Fix another Ci issue
Browse files Browse the repository at this point in the history
  • Loading branch information
davepeck committed Apr 3, 2024
1 parent 1308d75 commit 513ba42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
run: mypy server
env:
SECRET_KEY: "test"
BASE_URL: "http://localhost:8000"
BASE_URL: "https://example.com"
- name: Run tests
run: python manage.py test
env:
CELERY_ALWAYS_EAGER: "true"
SECRET_KEY: "test"
BASE_URL: "http://localhost:8000"
BASE_URL: "https://example.com"

0 comments on commit 513ba42

Please sign in to comment.