Skip to content

Commit

Permalink
ci: Disable test reporter (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveSkender authored Apr 6, 2024
1 parent 35a35a0 commit 18cad32
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/test-indicators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,16 @@ jobs:
if: env.IS_PRIMARY == 'true'
run: pytest -vr A tests --junitxml=test-results.xml

- name: Convert test file
if: env.IS_PRIMARY == 'true'
run: |
dotnet tool install --global trx2junit
trx2junit test-results.xml --junit2trx
# - name: Convert test file
# if: env.IS_PRIMARY == 'true'
# run: |
# dotnet tool install --global trx2junit
# trx2junit test-results.xml --junit2trx

- name: Post test summary
uses: bibipkins/[email protected]
if: env.IS_PRIMARY == 'true' && always()
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
comment-title: ""
results-path: test-results.trx
# - name: Post test summary
# uses: bibipkins/[email protected]
# if: env.IS_PRIMARY == 'true' && always()
# with:
# github-token: ${{ secrets.GITHUB_TOKEN }}
# comment-title: ""
# results-path: test-results.trx

0 comments on commit 18cad32

Please sign in to comment.