Skip to content

Commit 6c26f23

Browse files
committed
Tweaks to unit testing workflow
1 parent 9d59d0d commit 6c26f23

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/unit_tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
name: Unit Tests
2+
13
on: [push, pull_request]
24

35
jobs:
@@ -28,4 +30,4 @@ jobs:
2830
env:
2931
DJANGO_SETTINGS_MODULE: tests.settings
3032
run: |
31-
python django-admin.py test
33+
django-admin.py test

0 commit comments

Comments
 (0)