Skip to content

Commit

Permalink
debugg
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkoSekulic committed Oct 28, 2024
1 parent 96da1e5 commit a8f0c17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gitea-designer-integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
dotnet build backend/Designer.sln -v m
- name: Test gitea tests
run: |
dotnet test backend/Designer.sln --filter "(Category=GiteaIntegrationTest)|(Category=DbIntegrationTest)" -v m
dotnet test backend/Designer.sln --filter "(Category=GiteaIntegrationTest)|(Category=DbIntegrationTest)" -v n
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public GetAppScopesTests(ITestOutputHelper outputHelper, WebApplicationFactory<P
[Fact]
public void OutputPlatform()
{
_outputHelper.WriteLine(System.Environment.OSVersion.Platform.ToString());
_outputHelper.WriteLine("Platform is" + System.Environment.OSVersion.Platform);
}

[Theory]
Expand Down

0 comments on commit a8f0c17

Please sign in to comment.