Skip to content

Commit

Permalink
Merge pull request #4 from hlotyaks/task/run-test-in-actions
Browse files Browse the repository at this point in the history
Task/run test in actions
  • Loading branch information
hlotyaks authored Jan 2, 2020
2 parents 2b63073 + cec658d commit 8b02994
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ jobs:
with:
dotnet-version: 2.2.108
- name: Build with dotnet
run: dotnet build GraphBuilder/GraphBuilder.sln --configuration Release
run: dotnet build GraphBuilder/GraphBuilder.sln -c Release
- name: Run tests
run: dotnet test GraphBuilder/tests/tests.csproj -c Release -v m

0 comments on commit 8b02994

Please sign in to comment.