Skip to content

Commit

Permalink
Update workflow.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
margoloko authored Mar 2, 2024
1 parent 188b011 commit 2a97fe6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ jobs:
- name: Check with flake8
run: python -m flake8 crm_yandex/

- name: Run tests with coverage
run: |
pip install coverage
cd crm_yandex/
python manage.py test
coverage run -m unittest discover
coverage report -m
build_and_push_to_docker_hub:
name: Push Docker image to DockerHub
Expand Down

0 comments on commit 2a97fe6

Please sign in to comment.