Skip to content

Commit

Permalink
this should fail
Browse files Browse the repository at this point in the history
  • Loading branch information
stijuh committed May 21, 2023
1 parent dc5048a commit 1ad3a6f
Show file tree
Hide file tree
Showing 2 changed files with 4 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: Test
run: dotnet test --verbosity normal
- name: Build
run: dotnet build GainsTracker.ClientNative/GainsTracker.ClientNative.csproj -c Release -f net7.0-android --no-restore
run: dotnet build GainsTracker.ClientNative/GainsTracker.ClientNative.csproj -c Release -f net7.0-android --no-restore
- name: Test
run: dotnet test --verbosity normal --no-restore
1 change: 1 addition & 0 deletions GainsTracker.Testing.CoreAPI/BuildTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ public class BuildTest
[Fact]
public void Build()
{
Assert.True(false);
}
}

0 comments on commit 1ad3a6f

Please sign in to comment.