mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-12-22 15:50:51 +01:00
While abortOnError = true for linter, lets always build the reports on error
This commit is contained in:
parent
28f6d10af9
commit
5b6e70b1b4
2
.github/workflows/quality.yml
vendored
2
.github/workflows/quality.yml
vendored
@ -89,6 +89,7 @@ jobs:
|
||||
- name: Lint analysis
|
||||
run: ./gradlew clean :vector:lint --stacktrace
|
||||
- name: Upload reports
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: lint-report
|
||||
@ -117,6 +118,7 @@ jobs:
|
||||
- name: Lint ${{ matrix.target }} release
|
||||
run: ./gradlew clean lint${{ matrix.target }}Release --stacktrace
|
||||
- name: Upload ${{ matrix.target }} linting report
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: release-lint-report-${{ matrix.target }}
|
||||
|
Loading…
Reference in New Issue
Block a user