From 098ad8c266bd63e649009ac94a9fe3c3a48ea0cf Mon Sep 17 00:00:00 2001 From: Freek Gruntjes Date: Wed, 1 Feb 2023 17:05:34 +0100 Subject: [PATCH] chore: Removed PR test result clutter --- .github/workflows/test_unit.yaml | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/.github/workflows/test_unit.yaml b/.github/workflows/test_unit.yaml index dbc791d..0972847 100644 --- a/.github/workflows/test_unit.yaml +++ b/.github/workflows/test_unit.yaml @@ -34,12 +34,7 @@ jobs: with: dotnet-version: 7.0 - run: cd ${{ matrix.project }} && npm ci - - run: cd ${{ matrix.project }} && npm run test -- --reporters="default" --reporters="jest-md-dashboard" - - uses: marocchino/sticky-pull-request-comment@v2 - if: always() - with: - path: ${{ matrix.project }}/test-dashboard.md - header: unit_typescript + - run: cd ${{ matrix.project }} && npm run test -- --reporters="default" test_unit_dotnet: runs-on: ubuntu-latest @@ -59,9 +54,4 @@ jobs: - run: dotnet restore ${{ matrix.project }} - run: dotnet build --no-restore ${{ matrix.project }} - run: docker-compose -f App.Lib.Tests/docker-compose.yaml up -d - - run: dotnet test --no-restore --no-build --logger "liquid.md;LogFileName=${{github.workspace}}/${{env.file_name}};Title=${{env.title}};" ${{ matrix.project }} - - uses: marocchino/sticky-pull-request-comment@v2 - if: always() - with: - path: ${{github.workspace}}/${{env.file_name}} - header: unit_dotnet + - run: dotnet test --no-restore --no-build