Skip to content

Commit 0b0121b

Browse files
committed
Rename test job
1 parent 7fd16ce commit 0b0121b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ permissions:
1818
id-token: write
1919

2020
jobs:
21-
test:
22-
name: Test with Python ${{ matrix.python_version }}
21+
pytest:
22+
name: pytest (Python ${{ matrix.python_version }})
2323
runs-on: ubuntu-latest
2424
strategy:
2525
matrix:

0 commit comments

Comments
 (0)