Skip to content

Commit

Permalink
New attempt at GHA testing
Browse files Browse the repository at this point in the history
  • Loading branch information
toresbe committed Jan 3, 2021
1 parent 76ff3de commit 15c045f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 30 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/django-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements-prod.txt
pip install -r packages/fkweb/requirements-prod.txt
- name: Run tests
run: python manage.py test
run: python packages/fkweb/manage.py test
Loading

0 comments on commit 15c045f

Please sign in to comment.