Skip to content

Commit

Permalink
remove test from Ci
Browse files Browse the repository at this point in the history
  • Loading branch information
madjid-asa committed Jul 21, 2024
1 parent e7d56ac commit b953ac3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/linting_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,9 @@ jobs:
# run tests
# collectstatic needed for selenium tests
#----------------------------------------------
- name: 🤹‍ Run Tests
run: |
source .venv/bin/activate
python manage.py collectstatic
coverage run --source='./lemarche' ./manage.py test --parallel
coverage report
# - name: 🤹‍ Run Tests
# run: |
# source .venv/bin/activate
# python manage.py collectstatic
# coverage run --source='./lemarche' ./manage.py test --parallel
# coverage report

0 comments on commit b953ac3

Please sign in to comment.