Skip to content

Commit

Permalink
Added env for GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
fp12 authored Aug 16, 2021
1 parent dbbff0a commit d179d4f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
python -m pip install --upgrade pip
python -m pip install -r requirements-ci.txt
- name: Tests / coverage
env:
CHALLONGE_USER: ${{ secrets.USERNAME }}
CHALLONGE_KEY: ${{ secrets.API_KEY }}
run: |
coverage run --source=challonge tests.py -v
- name: Coveralls
Expand Down

0 comments on commit d179d4f

Please sign in to comment.