Skip to content

Commit

Permalink
Fix django workflow env var
Browse files Browse the repository at this point in the history
  • Loading branch information
David Bozhanov committed Jun 10, 2024
1 parent 415c608 commit 9d51ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run Tests
env:
DATABASE_URL: ${{ matrix.db }}://permagate:SpYkxYy1dMmo7Bk@127.0.0.1:${{ matrix.db_port }}/permagate
- name: Run Tests
run: |
python manage.py test

0 comments on commit 9d51ab4

Please sign in to comment.