Skip to content

Commit 4db44ff

Browse files
added check
1 parent 52778b4 commit 4db44ff

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/testing.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,7 @@ jobs:
2424
cd app/
2525
mkdir -p static_files
2626
python manage.py test
27+
- name: Manager Check
28+
run: |
29+
cd app/
30+
python manage.py check

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,3 +116,7 @@ dev-quick-install:
116116
shell:
117117
clear
118118
docker exec -it sadilar-terminology-web bash
119+
120+
check:
121+
clear
122+
@docker-compose run --rm web python manage.py check

0 commit comments

Comments
 (0)