Skip to content

Commit

Permalink
Merge pull request #6 from mrmorrandir/2-integration-tests-fail-becau…
Browse files Browse the repository at this point in the history
…se-of-missing-rabbitmq

Merge 2-integration-tests-fail-because-of-missing-rabbitmq to main
  • Loading branch information
mrmorrandir authored Apr 13, 2024
2 parents 03e1346 + 4617f59 commit e884d6e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
run: dotnet build --no-restore

- name: Test
run: dotnet test --no-build --verbosity normal
run: dotnet test --no-build --verbosity normal --filter "FullyQualifiedName!~EventSourcing.Publishers.RabbitMQ.IntegrationTests"

7 changes: 7 additions & 0 deletions EventSourcing.sln
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EventSourcing.Publishers",
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EventSourcing.Publishers.RabbitMQ.IntegrationTests", "tests\EventSourcing.Publishers.RabbitMQ.IntegrationTests\EventSourcing.Publishers.RabbitMQ.IntegrationTests.csproj", "{29582D17-209B-4991-9642-4C94CDDD7AF6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6BC8499B-6B1A-4DBF-B864-F271A8186851}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
.github\workflows\build-and-test-pull-request.yml = .github\workflows\build-and-test-pull-request.yml
.github\workflows\publish-packages-from-main.yml = .github\workflows\publish-packages-from-main.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down

0 comments on commit e884d6e

Please sign in to comment.