Skip to content

Commit

Permalink
Verbose logs
Browse files Browse the repository at this point in the history
  • Loading branch information
collindutter committed Apr 13, 2024
1 parent e6197b9 commit 15a4495
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/doc-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ jobs:
with:
files: |
**.md
- name: List all changed files
env:
ALL_CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}
Expand All @@ -130,6 +129,6 @@ jobs:
done
- name: Run integration tests
if: steps.changed-files.outputs.any_changed == 'true'
run: pytest tests/integration/test_code_blocks.py
run: pytest -vs tests/integration/test_code_blocks.py
env:
DOCS_ALL_CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}

0 comments on commit 15a4495

Please sign in to comment.