Skip to content

Commit

Permalink
pipeline update 6
Browse files Browse the repository at this point in the history
  • Loading branch information
RuaridhAnswer committed Dec 14, 2023
1 parent 2ca77eb commit 51dadf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
run: dotnet build --configuration Debug --no-restore -nowarn:1591

- name: Run NUnit tests
run: dotnet test --no-build --configuration Debug --filter FullyQualifiedName~Answer.King.IntegrationTests.Tests.AnswerKingPostOrder.ProductOrder*
run: dotnet test --no-build --configuration Debug --filter Category=IntegrationTests
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
using static RestAssured.Dsl;

namespace Answer.King.IntegrationTests.Tests;
[TestFixture]
[TestFixture, Category("IntegrationTests")]
public class AnswerKingPostOrder : BaseTestClass
{
[Parallelizable(scope: ParallelScope.Self)]
Expand Down

0 comments on commit 51dadf3

Please sign in to comment.