Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jclark118 authored Dec 15, 2023
1 parent da9faac commit 5141bed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ jobs:
report-path: build/reports/*.xml
follow-symbolic-links: true
continue-on-error: true
- name: lint output
run: |
cat mapcache/build/intermediates/lint_intermediate_text_report/debug/lint-results-debug.txt
- name: Verify Signature
run: $ANDROID_SDK_ROOT/build-tools/33.0.1/apksigner verify --print-certs mapcache/build/outputs/apk/release/mapcache.apk
- name: List files in the repository
Expand Down

0 comments on commit 5141bed

Please sign in to comment.