Skip to content

Commit

Permalink
Remove test comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredsburrows authored Oct 30, 2024
1 parent 143df42 commit 3616c73
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ jobs:
if: always()
with:
check_name: "Unit Test Results"
comment_mode: always
action_fail_on_inconclusive: true
files: |
app/build/test-results/**/TEST-*.xml
Expand Down Expand Up @@ -104,7 +103,6 @@ jobs:
if: always()
with:
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 3616c73

Please sign in to comment.