Skip to content

Commit

Permalink
Disable connectedTest results upload
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-the-edwards committed Jan 20, 2025
1 parent 0bcb692 commit f2c32da
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/actions/gradle-tasks-with-emulator/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ runs :
profile : Galaxy Nexus
script : ./gradlew ${{ inputs.test-task }}

- name : Upload results
if : ${{ always() }}
uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3
with :
name : instrumentation-test-results
path : ./**/build/reports/androidTests/connected/**
# - name : Upload results
# if : ${{ always() }}
# uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3
# with :
# name : instrumentation-test-results
# path : ./**/build/reports/androidTests/connected/**

0 comments on commit f2c32da

Please sign in to comment.