Skip to content

Commit 8947453

Browse files
committed
Add extra info to GitHub job name
1 parent a5764a1 commit 8947453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
matrix:
1111
node: [12, 14, 16]
1212
mongodb-version: ['4.0', '4.2', '4.4']
13-
name: Node ${{ matrix.node }}
13+
name: Node ${{ matrix.node }} MongoDB ${{ matrix.mongodb-version }}
1414
steps:
1515
- name: Git checkout
1616
uses: actions/checkout@v2

0 commit comments

Comments
 (0)