Update run_tests.yml

This commit is contained in:
Jared 2020-09-11 21:23:45 -07:00 committed by Jared Goodwin
parent d8f10ef9c3
commit be9ba0956e

View File

@ -31,9 +31,7 @@ jobs:
# Install the .NET Core workload
- name: Install .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.101
uses: actions/setup-dotnet@v1.6.0
# Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild
- name: Setup MSBuild.exe
@ -41,4 +39,4 @@ jobs:
# Execute all unit tests in the solution
- name: Execute unit tests
run: dotnet test
run: dotnet test