Skip to content

Commit

Permalink
MassTransit#7. Trying
Browse files Browse the repository at this point in the history
  • Loading branch information
matei-tm authored Sep 8, 2022
1 parent b49ef0b commit 0badb11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build ../../src/Sample-Batch.sln --configuration Release
run: dotnet build ./src/Sample-Batch.sln --configuration Release
- name: Test
run: dotnet test ../../src/Sample-Batch.sln --configuration Release --no-build --verbosity normal
run: dotnet test ./src/Sample-Batch.sln --configuration Release --no-build --verbosity normal

0 comments on commit 0badb11

Please sign in to comment.