Skip to content

Commit aae548a

Browse files
committed
Add Node version to test name
1 parent 27d5aa5 commit aae548a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919

2020
jobs:
2121
test_package:
22-
name: Test ${{ matrix.os }} Python ${{ matrix.python_version }}
22+
name: Test ${{ matrix.os }} Python ${{ matrix.python_version }} Node ${{ matrix.node_version }}
2323
runs-on: ${{ matrix.os }}
2424
strategy:
2525
fail-fast: false

0 commit comments

Comments
 (0)