diff --git a/.github/workflows/deploy_to_nuget.yml b/.github/workflows/deploy_to_nuget.yml index 2f2550e..c934988 100644 --- a/.github/workflows/deploy_to_nuget.yml +++ b/.github/workflows/deploy_to_nuget.yml @@ -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