Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 414de64

Browse files
Show differing pytest arguments in step name
In the "Test with pytest" step of the Cygwin test jobs. This is to distinguish the newly split jobs from each other more clearly when glancing at their steps for a run.
1 parent ba58f40 commit 414de64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/cygwin-test.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,6 @@ jobs:
9393
python --version
9494
python -c 'import os, sys; print(f"sys.platform={sys.platform!r}, os.name={os.name!r}")'
9595
96-
- name: Test with pytest
96+
- name: Test with pytest (${{ matrix.additional-pytest-args }})
9797
run: |
9898
pytest --color=yes -p no:sugar --instafail -vv ${{ matrix.additional-pytest-args }}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /