Skip to content

Commit 3dfab7a

Browse files
authored
Update build_and_test.yml
1 parent 2479dcc commit 3dfab7a

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/build_and_test.yml

+2-7
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,7 @@ jobs:
1111
uses: actions/setup-dotnet@v1
1212
with:
1313
dotnet-version: 2.2.108
14-
- name: dotnet build
14+
- name: Build with .NET Core
1515
run: dotnet build --configuration Release
16-
17-
test:
18-
runs-on: ubuntu-latest
19-
needs: build
20-
steps:
21-
- name: dotnet test
16+
- name: Run Tests
2217
run: dotnet test

0 commit comments

Comments
 (0)