We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1226898 commit 10c5868Copy full SHA for 10c5868
.github/workflows/develop_tests.yml
@@ -10,11 +10,10 @@ on:
10
11
jobs:
12
build_and_test:
13
+ runs-on: ${{matrix.os}}
14
strategy:
15
matrix:
- mongodb-version: [4.4]
16
-
17
- runs-on: ubuntu-latest
+ os: [ubuntu-latest, windows-latest]
18
19
steps:
20
- uses: actions/checkout@v2
@@ -25,7 +24,7 @@ jobs:
25
24
- name: MongoDB in GitHub Actions
26
uses: supercharge/mongodb-github-action@1.3.0
27
with:
28
- mongodb-version: ${{ matrix.mongodb-version }}
+ mongodb-version: 4.4
29
- name: Restore dependencies
30
run: |
31
cd tests
0 commit comments