Skip to content

Commit

Permalink
added check
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-gray-tangent committed May 8, 2024
1 parent 52778b4 commit 4db44ff
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,7 @@ jobs:
cd app/
mkdir -p static_files
python manage.py test
- name: Manager Check
run: |
cd app/
python manage.py check
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -116,3 +116,7 @@ dev-quick-install:
shell:
clear
docker exec -it sadilar-terminology-web bash

check:
clear
@docker-compose run --rm web python manage.py check

0 comments on commit 4db44ff

Please sign in to comment.