Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalybibikov authored Apr 16, 2024
1 parent 08cb3ab commit 9f479d6
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,9 @@ jobs:
- name: Clean up
run: docker-compose down

- name: Integration Tests for DynamoDB Transactions
uses: zyborg/dotnet-tests-report@v1
- name: Parse Trx files
uses: NasAmin/trx-parser@v0.1
id: trx-parser
with:
project_path: ./test-results/
report_name: testresults.trx
report_title: Integration Tests
github_token: ${{ secrets.GITHUB_TOKEN }}
gist_name: contoso_business_tests.md
gist_badge_label: 'Contoso Business: %Counters_passed%/%Counters_total%'
gist_token: ${{ secrets.GIST_TOKEN }}
TRX_PATH: ${{ github.workspace }}/test-results #This should be the path to your TRX files
REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9f479d6

Please sign in to comment.