You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good morning. I have been playing with your action in a small test project I am working on and ran into an issue I cannot see documented / commented on anywhere in the notes.
With this configuration (mostly copied from your readme), it is effectively reporting on error count, but it is not displaying details for failing tests.
- name: dotnet test
run: dotnet test --logger trx --configuration Release
- name: Process trx reports with default
if: always()
# You may also reference just the major or major.minor version
uses: im-open/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
create-status-check: true
create-pr-comment: true
update-comment-if-one-exists: true
timezone: 'america/chicago'
comment-identifier: 'BookQuest PR Test Output'
- name: Annotate Test Outcome
if: steps.process-trx.outputs.test-results-truncated == 'true'
run: cat ${{ steps.process-trx.outputs.test-results-file-path }} > $GITHUB_STEP_SUMMARY
If I have made a mistake in configuration / missed something, my apologies. Otherwise, there might be an issue with assigning / showing these values.
Appreciate any help!
The text was updated successfully, but these errors were encountered:
Good morning. I have been playing with your action in a small test project I am working on and ran into an issue I cannot see documented / commented on anywhere in the notes.
With this configuration (mostly copied from your readme), it is effectively reporting on error count, but it is not displaying details for failing tests.
If I have made a mistake in configuration / missed something, my apologies. Otherwise, there might be an issue with assigning / showing these values.
Appreciate any help!
The text was updated successfully, but these errors were encountered: