Skip to content

Commit

Permalink
test first
Browse files Browse the repository at this point in the history
  • Loading branch information
stijuh committed May 21, 2023
1 parent 3fd9b86 commit dc5048a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: dotnet workload install maui
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build GainsTracker.ClientNative/GainsTracker.ClientNative.csproj -c Release -f net7.0-android --no-restore
- name: Test
run: dotnet test --verbosity normal
run: dotnet test --verbosity normal
- name: Build
run: dotnet build GainsTracker.ClientNative/GainsTracker.ClientNative.csproj -c Release -f net7.0-android --no-restore

0 comments on commit dc5048a

Please sign in to comment.