Skip to content

Commit

Permalink
Install mongo on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonRichardson committed Oct 9, 2020
1 parent 7abf052 commit 44d7f2e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/client-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
# other clients.
# To turn on macOS, just update the os to include it.
# os: [ubuntu-latest, macOS-latest]
os: [ubuntu-latest]
os: [ubuntu-latest, windows-latest]

steps:

Expand Down Expand Up @@ -52,6 +52,12 @@ jobs:
sudo ln -s /usr/local/mongodb/mongod /usr/local/bin/mongod
shell: bash

- name: "Install Mongo Dependencies: windows-latest"
if: (matrix.os == 'windows-latest')
uses: crazy-max/ghaction-chocolatey@v1
with:
args: install mongodb --version=3.6.0

- name: Test client
run: |
# Jenkins can perform the full jujud testing.
Expand Down

0 comments on commit 44d7f2e

Please sign in to comment.