Skip to content

Commit

Permalink
add scrutinizer ocular token
Browse files Browse the repository at this point in the history
  • Loading branch information
cwmeijer authored Aug 8, 2024
1 parent 958aa1c commit fadc0a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: |
coverage run --source=mcfly -m pytest
python3 -m pip install scrutinizer-ocular
ocular
ocular --access-token ${{ secrets.SCRUTINIZER_OCULAR_TOKEN }}
basic_checks:
name: Run tests across OS and versions / python-${{ matrix.python-version }} / ${{ matrix.os }}
Expand Down

0 comments on commit fadc0a2

Please sign in to comment.