Skip to content

Commit

Permalink
Set log verbosity to DEBUG in CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoferigo committed May 17, 2024
1 parent d4c3bd7 commit 5c8413a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,11 +149,15 @@ jobs:

- name: Import the package
run: python -c "import rod"
env:
ROD_LOGGING_LEVEL: DEBUG

- uses: actions/checkout@v3

- name: Run tests
run: pytest
env:
ROD_LOGGING_LEVEL: DEBUG

publish:
name: Publish to PyPI
Expand Down

0 comments on commit 5c8413a

Please sign in to comment.