Skip to content

Commit e7ff7e1

Browse files
martin056RadoRado
authored andcommitted
Improve GH actions
1 parent 6f1b159 commit e7ff7e1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/django.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ jobs:
2727
- name: Run migrations
2828
run: python manage.py migrate
2929
- name: Run tests
30-
run: py.test
30+
run: |
31+
pip install -r requirements/test.txt
32+
py.test -s styleguide_example/
3133
deploy_to_heroku:
3234
runs-on: ubuntu-latest
3335
needs: build

0 commit comments

Comments
 (0)