Skip to content

Commit

Permalink
ci/ga: Use console_output_style=count
Browse files Browse the repository at this point in the history
Easier to track progress.

Signed-off-by: Jan Vesely <[email protected]>
  • Loading branch information
jvesely committed Nov 26, 2024
1 parent ad37a11 commit 24a67bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pnl-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
- name: Test with pytest
timeout-minutes: 180
run: pytest --junit-xml=tests_out.xml --verbosity=0 -n logical ${{ matrix.extra-args }}
run: pytest --junit-xml=tests_out.xml --verbosity=0 -n logical --capture=sys -o console_output_style=count ${{ matrix.extra-args }}

- name: Upload test results
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 24a67bf

Please sign in to comment.