Skip to content

Commit

Permalink
Turn on test comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredsburrows authored Oct 15, 2024
1 parent fec03ab commit 5995f79
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,9 @@ jobs:

- name: Publish Unit Test Report
uses: EnricoMi/[email protected]
if: always()
with:
check_name: "Unit Test Results"
comment_mode: off
comment_mode: always
files: |
app/build/test-results/**/TEST-*.xml
Expand Down Expand Up @@ -100,10 +99,9 @@ jobs:

- name: Publish Integration Test Report
uses: EnricoMi/[email protected]
if: always()
with:
check_name: "Integration Test Results"
comment_mode: off
comment_mode: always
files: |
app/build/outputs/androidTest-results/**/TEST-*.xml
Expand Down

0 comments on commit 5995f79

Please sign in to comment.