From 9be25f288b48c11663dc0051ee0674f326052abe Mon Sep 17 00:00:00 2001 From: Julia Seward Date: Mon, 11 Sep 2023 21:55:16 -0400 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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