Skip to content

Commit

Permalink
CU-86c03gct8 added coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrahimroshdy committed Aug 26, 2024
1 parent 5b06242 commit 2d8287e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,8 @@ jobs:
tag:
${{ github.ref_name }}
- name: Run tests in container
run: docker run ghcr.io/${{ github.repository }}:${{ github.ref_name }} /bin/bash -c "coverage run manage.py test apps "
run: |
docker run ghcr.io/${{ github.repository }}:${{ github.ref_name }} /bin/bash -c "
pip install coverage &&
coverage run manage.py test apps
"

0 comments on commit 2d8287e

Please sign in to comment.