Skip to content

Commit 35c3415

Browse files
committed
change variable name
1 parent ad44fc1 commit 35c3415

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/all.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
version:
14+
mongodb_version:
1515
- '4.2'
1616
- '4.4'
1717
- '5.0'
@@ -39,8 +39,8 @@ jobs:
3939
- name: Install m
4040
run: npm install -g m mongosh
4141

42-
- name: Activate MongoDB ${{ matrix.version }}
43-
run: yes | m ${{ matrix.version }}
42+
- name: Activate MongoDB ${{ matrix.mongodb_version }}
43+
run: yes | m ${{ matrix.mongodb_version }}
4444

4545
- name: Install mtools
4646
run: pipx install 'mtools[all]'

0 commit comments

Comments
 (0)