Skip to content

Commit

Permalink
chore: adjust workflow for new project names
Browse files Browse the repository at this point in the history
  • Loading branch information
iancooper committed Feb 4, 2025
1 parent 0624dd7 commit 6fff942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ jobs:
- name: Install dependencies
run: dotnet restore
- name: RMQ Transport Tests
run: dotnet test ./tests/Paramore.Brighter.RMQ.Tests/Paramore.Brighter.RMQ.Tests.csproj --filter "Fragile!=CI" --configuration Release --logger "console;verbosity=normal" --blame -v n
run: dotnet test ./tests/Paramore.Brighter.RMQ.Tests/Paramore.Brighter.RMQ.Async.Tests.csproj --filter "Fragile!=CI" --configuration Release --logger "console;verbosity=normal" --blame -v n

kafka-ci:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6fff942

Please sign in to comment.