Skip to content

Commit

Permalink
MassTransit#7. Fixing solution path
Browse files Browse the repository at this point in the history
  • Loading branch information
matei-tm authored Sep 8, 2022
1 parent 0badb11 commit c6d08c0
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: .NET

on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
on: [push, pull_request, workflow_dispatch]

jobs:
build:
Expand All @@ -20,6 +16,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 c6d08c0

Please sign in to comment.