Skip to content

Commit

Permalink
Update django-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LTDakin authored Aug 30, 2024
1 parent 8397a0c commit ebee9c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/django-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,7 @@ jobs:
uses: snok/install-poetry@v1
- name: Install Dependencies
run: poetry install --no-interaction --no-root
- name: Start venv
run: source /home/runner/.cache/pypoetry/virtualenvs/bin/activate
- name: Run Tests
run: python3 manage.py test

0 comments on commit ebee9c7

Please sign in to comment.