Skip to content

Commit

Permalink
Merge pull request EGCETSII#58 from Full-Tortuga/config/set-up-CI/CD
Browse files Browse the repository at this point in the history
config-Token Telegram
  • Loading branch information
alvechdel authored Jan 6, 2022
2 parents 7b689b7 + 26d1e59 commit 67ba9ce
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,12 @@ jobs:
pip install codacy-coverage
- name: Run migrations
run: cd decide;python manage.py makemigrations;python manage.py migrate
env:
TELEGRAM_TOKEN = ${{ secrets.TELEGRAM_TOKEN }}
- name: Run tests
run: cd decide;coverage run --branch --source=. ./manage.py test --settings=decide.test_settings --keepdb; coverage xml;
run: cd decide;coverage run --branch --source=. ./manage.py test --settings=decide.test_settings --keepdb; coverage xml;
env:
TELEGRAM_TOKEN = ${{ secrets.TELEGRAM_TOKEN }}
- name: Codacy Coverage Reporter
uses: codacy/[email protected]
with:
Expand Down

0 comments on commit 67ba9ce

Please sign in to comment.