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