Skip to content

Commit fad0fce

Browse files
cli tests in progress
1 parent d81b0b5 commit fad0fce

File tree

18 files changed

+966
-939
lines changed

18 files changed

+966
-939
lines changed

.github/workflows/develop_tests.yml

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
1-
name: Build & Tests
2-
3-
on:
4-
push:
5-
branches:
6-
- develop
7-
pull_request:
8-
branches:
9-
- '**'
10-
11-
jobs:
12-
build_and_test:
13-
strategy:
14-
matrix:
15-
mongodb-version: [4.4]
16-
17-
runs-on: ubuntu-latest
18-
19-
steps:
20-
- uses: actions/checkout@v2
21-
- name: Setup .NET
22-
uses: actions/setup-dotnet@v1
23-
with:
24-
dotnet-version: 3.1.x
25-
- name: MongoDB in GitHub Actions
26-
uses: supercharge/mongodb-github-action@1.3.0
27-
with:
28-
mongodb-version: ${{ matrix.mongodb-version }}
29-
- name: Restore dependencies
30-
run: |
31-
cd tests
32-
dotnet restore
33-
- name: Build
34-
run: |
35-
cd tests
36-
dotnet build --no-restore
37-
- name: Test
38-
run: |
39-
cd tests
40-
dotnet test --no-build --verbosity normal
1+
name: Build & Tests
2+
3+
on:
4+
push:
5+
branches:
6+
- develop
7+
pull_request:
8+
branches:
9+
- '**'
10+
11+
jobs:
12+
build_and_test:
13+
strategy:
14+
matrix:
15+
mongodb-version: [4.4]
16+
17+
runs-on: ubuntu-latest
18+
19+
steps:
20+
- uses: actions/checkout@v2
21+
- name: Setup .NET
22+
uses: actions/setup-dotnet@v1
23+
with:
24+
dotnet-version: 3.1.x
25+
- name: MongoDB in GitHub Actions
26+
uses: supercharge/mongodb-github-action@1.3.0
27+
with:
28+
mongodb-version: ${{ matrix.mongodb-version }}
29+
- name: Restore dependencies
30+
run: |
31+
cd tests
32+
dotnet restore
33+
- name: Build
34+
run: |
35+
cd tests
36+
dotnet build --no-restore
37+
- name: Test
38+
run: |
39+
cd tests
40+
dotnet test --no-build --verbosity normal

0 commit comments

Comments
 (0)