Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
martijn00 authored Sep 2, 2022
1 parent bc5cfae commit 73fb067
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@ jobs:
uses: actions/setup-dotnet@v2
with:
dotnet-version: 6.0.x

- name: Install MAUI workload
run: dotnet workload install maui

- name: Restore dependencies
run: dotnet restore

- name: Build
run: dotnet build --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal

0 comments on commit 73fb067

Please sign in to comment.