Skip to content
This repository has been archived by the owner on Jun 2, 2023. It is now read-only.

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
prenl authored Jun 2, 2023
1 parent ff136ad commit b3412ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,7 @@ jobs:
run: dotnet restore assignment6
- name: Build
run: dotnet build assignment6 --no-restore
- name: Test
run: dotnet test assignment6 --no-build --verbosity normal
- name: Run Main
run: dotnet run --project assignment6

0 comments on commit b3412ab

Please # to comment.