Improve activity log when it is creating from RabbitMQ event (EventBus.RabbitMQ part) #18
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: EventBus RabbitMQ tests | |
on: | |
pull_request: | |
branches: [ main ] | |
jobs: | |
Testing: | |
uses: ./.github/workflows/run-tests.yml | |
with: | |
unit_and_functionality_tests_project_path: 'tests/EventBus.RabbitMQ.Tests.csproj' | |
secrets: inherit |