Skip to content

Commit

Permalink
pipeline update 5
Browse files Browse the repository at this point in the history
  • Loading branch information
RuaridhAnswer committed Dec 14, 2023
1 parent b638556 commit 2ca77eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: dotnet restore

- name: Build
run: dotnet build --debug Debug --no-restore -nowarn:1591
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*

0 comments on commit 2ca77eb

Please sign in to comment.