From e15484bdec66d76e707febb561819b90412efbd7 Mon Sep 17 00:00:00 2001 From: Hamed Shirbandi Date: Sun, 8 Oct 2023 22:00:57 +0200 Subject: [PATCH] chore: test stryker dashboard report --- .github/workflows/ci.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index efc54c6d4..694d95beb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,11 +16,8 @@ jobs: uses: actions/setup-dotnet@v2 with: dotnet-version: 6.0.x - - name: Build - run: ./build.ps1 Compile - - name: Unit Test - run: ./build.ps1 RunUnitTests --skip Compile - name: Mutation Test - run: ./build.ps1 RunMutationTests --skip RunUnitTests + working-directory: ./src/2-Services/Identity/Tests/Identity.Tests.Unit + run: dotnet-stryker --report dashboard env: STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}