Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dme-compunet committed Sep 8, 2023
1 parent 66b1ca4 commit afaff59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
dotnet-version: 7.0.x

- name: Build YoloV8
run: dotnet build -C Release Source/YoloV8/YoloV8.csproj
run: dotnet build -c Release Source/YoloV8/YoloV8.csproj

- name: Build YoloV8.Demo
run: dotnet build -C Release Source/YoloV8.Demo/YoloV8.Demo.csproj
run: dotnet build -c Release Source/YoloV8.Demo/YoloV8.Demo.csproj

- name: Run Tests
run: dotnet test Source/YoloV8.Tests/YoloV8.Tests.csproj

0 comments on commit afaff59

Please sign in to comment.