Skip to content

Commit

Permalink
Fix: Modificación GitHub Actions-Codacy; #16
Browse files Browse the repository at this point in the history
Se ha suprimido el paso de ejecución de los tests de visualizer, debido a que uno de esos tests (exitoso en la ejecución local) falla al no poder arrancar Chrome.
  • Loading branch information
Jomer1998 committed Jan 7, 2022
1 parent b73c4c2 commit ce7aba3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ jobs:
run: cd decide;python manage.py migrate
- name: Run tests postproc
run: cd decide;coverage run --branch --source=. ./manage.py test postproc --keepdb; coverage xml;
- name: Run tests visualizer
run: cd decide;coverage run --branch --source=. ./manage.py test visualizer --keepdb; coverage xml;
- name: Codacy Coverage Reporter
uses: codacy/[email protected]
with:
Expand Down

0 comments on commit ce7aba3

Please sign in to comment.