Skip to content

Commit

Permalink
try pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkoSekulic committed Oct 5, 2023
1 parent 6eab98e commit 545944f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/designer-dotnet-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
dotnet build backend/Designer.sln -v n
- name: Test
run: |
dotnet test backend/Designer.sln --filter Category!=GiteaIntegrationTest -v n -nodereuse:false --no-build --blame-hang-timeout 2min --blame-crash-collect-always true
dotnet test backend/Designer.sln --filter Category!=GiteaIntegrationTest -v n -nodereuse:false --no-build
2 changes: 1 addition & 1 deletion backend/tests/Designer.Tests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
using Xunit;

[assembly: CollectionBehavior(DisableTestParallelization = true)]
// [assembly: CollectionBehavior(DisableTestParallelization = true)]

0 comments on commit 545944f

Please sign in to comment.