Skip to content

Commit

Permalink
feat (Build): adds test step for Web
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiepollock committed Jan 23, 2024
1 parent c218427 commit 1a9f558
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/Publish-to-NuGet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1a9f558

Please sign in to comment.