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 }}