Skip to content

Commit

Permalink
Simply a deficiency of skill #2
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
sr229 authored Oct 18, 2022
1 parent d953cf3 commit 194f5e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
with:
dotnet-version: '6.0.x'

- name: Build <PROJECT>
- name: Build Project
run: dotnet build ${{ env.PROJECT_NAME }} -r ${{ matrix.os.runtime }} --self-contained

- name: Test <PROJECT>
- name: Test Project
run: dotnet test ${{ env.TEST_PROJECT_NAME }} -r ${{ matrix.os.runtime }} --logger "trx;LogFileName=TestResults-${{ matrix.os.name }}.trx"

- name: Upload test artifact
Expand Down
2 changes: 1 addition & 1 deletion Moetion/Moetion.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<Authors>Vignette</Authors>
<PackageTags>Tracking;Solver</PackageTags>
<Title>Moetion</Title>
<Description>Pure .NET bindings for MediaPipe</Description>
<Description>A solver library for tracking solutions.</Description>
<Copyright>2022 Vignette</Copyright>
<PackageProjectUrl>https://github.com/vignetteapp/Moetion</PackageProjectUrl>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
Expand Down

0 comments on commit 194f5e9

Please sign in to comment.