Skip to content

Commit

Permalink
keep running GH workflow with -vv
Browse files Browse the repository at this point in the history
Fixes: 4bd3992
  • Loading branch information
evgeni committed Oct 28, 2024
1 parent 226cd56 commit 62b1165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push, pull_request]
env:
COLORTERM: 'yes'
TERM: 'xterm-256color'
PYTEST_ADDOPTS: '--color=yes'
PYTEST_ADDOPTS: '-vv --color=yes'

concurrency:
group: ${{ github.ref_name }}-${{ github.workflow }}
Expand Down

0 comments on commit 62b1165

Please sign in to comment.