Skip to content

Commit

Permalink
refactor(repo): add tests to deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AJCJ1 committed Dec 24, 2024
1 parent fc81fa9 commit c7f6d04
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy_to_nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
- name: Restore dependencies
run: dotnet restore ./UrlboxSDK

# Run tests
- name: Run tests
run: dotnet test --no-restore

# Build the project
- name: Build the project
run: dotnet build ./UrlboxSDK --configuration Release --no-restore
Expand Down

0 comments on commit c7f6d04

Please sign in to comment.