File tree Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Original file line number Diff line number Diff line change 4040 runs-on : ${{ matrix.os }}
4141 strategy :
4242 matrix :
43- os : ["ubuntu-latest", "macos-latest", "windows-latest" ]
43+ os : ["ubuntu-latest"]
4444 python-version : ["3.10", "3.11", "3.12", "3.13"]
4545 fail-fast : false
4646 name : CPython ${{ matrix.python-version }}-${{ matrix.os }}
6161 with :
6262 mongodb-version : ${{ env.MAX_MONGODB }}
6363 mongodb-replica-set : test-rs
64- - name : Start MongoDB on MacOS
65- if : ${{ startsWith(runner.os, 'macOS') }}
66- run : |
67- brew tap mongodb/brew
68- brew install mongodb/brew/mongodb-community@${MAX_MONGODB}
69- brew services start mongodb-community@${MAX_MONGODB}
70- - name : Start MongoDB on Windows
71- if : ${{ startsWith(runner.os, 'Windows') }}
72- shell : powershell
73- run : |
74- mkdir data
75- mongod --remove
76- mongod --install --dbpath=$(pwd)/data --logpath=$PWD/mongo.log
77- net start MongoDB
7864 - run : just test
7965
8066 build-min :
You can’t perform that action at this time.
0 commit comments