Skip to content

Commit 06a66b1

Browse files
committed
ci: clarify matrix job names
1 parent d9ad649 commit 06a66b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: uv run mypy src/promptfoo/
6363

6464
test:
65-
name: Test Python ${{ matrix.python-version }}
65+
name: Test (py${{ matrix.python-version }}, ${{ matrix.os }})
6666
runs-on: ${{ matrix.os }}
6767
timeout-minutes: 15
6868
strategy:
@@ -101,7 +101,7 @@ jobs:
101101
run: uv run python -c "from promptfoo.cli import check_node_installed, check_npx_installed; assert check_node_installed(); assert check_npx_installed()"
102102

103103
test-npx-fallback:
104-
name: Test npx fallback on ${{ matrix.os }}
104+
name: Test npx fallback (py${{ matrix.python-version }}, ${{ matrix.os }})
105105
runs-on: ${{ matrix.os }}
106106
timeout-minutes: 15
107107
strategy:

0 commit comments

Comments
 (0)