Skip to content

Commit

Permalink
Print output generated by pytest in CI
Browse files Browse the repository at this point in the history
Useful for debugging in CI
  • Loading branch information
diegoferigo committed Feb 28, 2024
1 parent 7895155 commit c761fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: Run the Python tests
shell: bash -l {0}
run: pytest
run: pytest --capture=no

# This test requires the conda-forge::icub-models,
# robotology::ergocub-software and
Expand Down

0 comments on commit c761fd8

Please sign in to comment.