diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 68da486..5b02567 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,8 +19,10 @@ jobs: 6.0.x - name: Build run: dotnet build -c Release - - name: Test - run: dotnet test -c Release --no-build + - uses: ./.github/actions/ci + with: + type: 'unit-tests' + project-id: ${{ secrets.PROJECT_ID }} - name: Pack nugets run: dotnet pack -c Release --no-build --output . - name: Push to NuGet