Skip to content

Commit

Permalink
Remove test comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredsburrows committed Oct 30, 2024
1 parent 143df42 commit cd85031
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
uses: EnricoMi/[email protected]
if: always()
with:
comment_mode: off
check_name: "Unit Test Results"
comment_mode: always
action_fail_on_inconclusive: true
files: |
app/build/test-results/**/TEST-*.xml
Expand Down Expand Up @@ -103,8 +103,8 @@ jobs:
uses: EnricoMi/[email protected]
if: always()
with:
comment_mode: off
check_name: "Integration Test Results"
comment_mode: always
action_fail_on_inconclusive: true
files: |
app/build/outputs/androidTest-results/**/TEST-*.xml
Expand Down

0 comments on commit cd85031

Please sign in to comment.