Skip to content

Commit

Permalink
ci: add GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Nov 26, 2024
1 parent 7c974ca commit 29971d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ jobs:
run: |
python -m pyjibe --version
- name: Test with pytest
env:
# github token required for testing update.py
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
coverage run --source=pyjibe -m pytest -x tests
- name: Lint with flake8
Expand Down

0 comments on commit 29971d3

Please sign in to comment.