Skip to content

Commit c99c89d

Browse files
authored
Update build_and_test.yml (#122)
1 parent 3dfab7a commit c99c89d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build_and_test.yml

+5
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,10 @@ jobs:
1313
dotnet-version: 2.2.108
1414
- name: Build with .NET Core
1515
run: dotnet build --configuration Release
16+
test:
17+
runs-on: ubuntu-latest
18+
needs: build
19+
steps:
20+
- uses: actions/checkout@v1
1621
- name: Run Tests
1722
run: dotnet test

0 commit comments

Comments
 (0)