Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
uses: ./.github/workflows/pr-test.yml
with:
repo: core
# Set the "test-debug" label on a PR to run its tests with verbose pytest
# logging. Useful for inspecting test output, such as E2E discovery
# candidate probing, on platforms where tests can't be run locally.
pytest-args: ${{ contains(github.event.pull_request.labels.*.name, 'test-debug') && '-rP --log-level=DEBUG' || '' }}
Comment thread
vitkyrka marked this conversation as resolved.
secrets: inherit

permissions:
Expand Down
Loading