We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04c6e3e commit b573dd4Copy full SHA for b573dd4
.github/workflows/linux_test_install.yml
@@ -44,7 +44,7 @@ jobs:
44
test_install:
45
46
# Define a display name:
47
- name: "Node.js v${{ matrix.NODE_VERSION }}"
+ name: "Node.js v${{ matrix.NODE_VERSION }} - ${{ matrix.PACKAGE_MANAGER }}"
48
49
# Define the type of virtual host machine:
50
runs-on: ${{ matrix.OS }}
0 commit comments