Skip to content

Commit

Permalink
MassTransit#7. Amending build and tests steps
Browse files Browse the repository at this point in the history
  • Loading branch information
matei-tm authored Sep 8, 2022
1 parent 043c132 commit b49ef0b
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 --no-restore
run: dotnet build ../../src/Sample-Batch.sln --configuration Release
- name: Test
run: dotnet test --no-build --verbosity normal
run: dotnet test ../../src/Sample-Batch.sln --configuration Release --no-build --verbosity normal

0 comments on commit b49ef0b

Please sign in to comment.