Skip to content

Commit

Permalink
Always upload test results
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpoole committed Aug 20, 2021
1 parent 40f99ec commit b950bea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
api-level: 29
script: ./gradlew connectedCheck
- name: Upload Test Results
if: ${{ always() }}
uses: actions/upload-artifact@v2
with:
name: Test output
Expand Down

0 comments on commit b950bea

Please sign in to comment.