Skip to content

Commit

Permalink
chore: Removed PR test result clutter
Browse files Browse the repository at this point in the history
  • Loading branch information
Fgruntjes committed Feb 1, 2023
1 parent a3241b3 commit 098ad8c
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/test_unit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 098ad8c

Please sign in to comment.