mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 13:08:46 +00:00
Fix lint errors and add submodules to qa checks.
This commit is contained in:
7
.github/workflows/android.yml
vendored
7
.github/workflows/android.yml
vendored
@@ -26,3 +26,10 @@ jobs:
|
||||
|
||||
- name: Build with Gradle
|
||||
run: ./gradlew qa
|
||||
|
||||
- name: Archive reports for failed build
|
||||
if: ${{ failure() }}
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: reports
|
||||
path: '*/build/reports'
|
||||
|
||||
Reference in New Issue
Block a user