diff --git a/.github/workflows/Publish-to-NuGet.yml b/.github/workflows/Publish-to-NuGet.yml index c33c3ba..a2478e1 100644 --- a/.github/workflows/Publish-to-NuGet.yml +++ b/.github/workflows/Publish-to-NuGet.yml @@ -47,6 +47,9 @@ jobs: - name: Test Rhythm.Drop.Builders run: dotnet test ./tests/Rhythm.Drop.Builders.Tests/Rhythm.Drop.Builders.Tests.csproj + - name: Test Rhythm.Drop.Web + run: dotnet test ./tests/Rhythm.Drop.Web.Tests/Rhythm.Drop.Web.Tests.csproj + # Start packaging process - name: Pack Rhythm.Drop.Models run: dotnet pack ./src/Rhythm.Drop.Models/Rhythm.Drop.Models.csproj --no-restore -c $BUILD_CONFIG /p:version=$PACKAGE_VERSION