Skip to content

Commit 10c5868

Browse files
use matrix build
1 parent 1226898 commit 10c5868

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/develop_tests.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,10 @@ on:
1010

1111
jobs:
1212
build_and_test:
13+
runs-on: ${{matrix.os}}
1314
strategy:
1415
matrix:
15-
mongodb-version: [4.4]
16-
17-
runs-on: ubuntu-latest
16+
os: [ubuntu-latest, windows-latest]
1817

1918
steps:
2019
- uses: actions/checkout@v2
@@ -25,7 +24,7 @@ jobs:
2524
- name: MongoDB in GitHub Actions
2625
uses: supercharge/mongodb-github-action@1.3.0
2726
with:
28-
mongodb-version: ${{ matrix.mongodb-version }}
27+
mongodb-version: 4.4
2928
- name: Restore dependencies
3029
run: |
3130
cd tests

0 commit comments

Comments
 (0)