File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -54,11 +54,11 @@ jobs:
5454 - name : Install m
5555 run : npm install -g m mongosh
5656
57- - name : Install MongoDB ${{ matrix.mongodb_versions.0 }} (source)
58- run : yes | m ${{ matrix.mongodb_versions.0 }} && dirname $(readlink $(which mongod)) > .srcpath
57+ - name : Install MongoDB ${{ matrix.mongodb_versions[0] }} (source)
58+ run : yes | m ${{ matrix.mongodb_versions[0] }} && dirname $(readlink $(which mongod)) > .srcpath
5959
60- - name : Install MongoDB ${{ matrix.mongodb_versions.1 }} (destination)
61- run : yes | m ${{ matrix.mongodb_versions.1 }} && dirname $(readlink $(which mongod)) > .dstpath
60+ - name : Install MongoDB ${{ matrix.mongodb_versions[1] }} (destination)
61+ run : yes | m ${{ matrix.mongodb_versions[1] }} && dirname $(readlink $(which mongod)) > .dstpath
6262
6363 - name : Install latest stable MongoDB (metadata)
6464 run : yes | m stable && dirname $(readlink $(which mongod)) > .metapath
You can’t perform that action at this time.
0 commit comments