Skip to content

Commit

Permalink
no pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Sep 13, 2023
1 parent c44c8d0 commit dcea83a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ jobs:
# working-directory: ./backend
# run: pipenv run python manage.py makemigrations --check --dry-run

# TODO: assert code coverage target.
- name: Test Code Units
working-directory: ./backend
run: pipenv run pytest
# TODO: assert code coverage target.
# - name: Test Code Units
# working-directory: ./backend
# run: pipenv run pytest

build-and-deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit dcea83a

Please sign in to comment.