|
|
@ -125,6 +125,12 @@ jobs:
|
|
|
|
name: lint-reports
|
|
|
|
name: lint-reports
|
|
|
|
path: '**/build/reports/lint-results-*.html'
|
|
|
|
path: '**/build/reports/lint-results-*.html'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- name: Upload lint reports (SARIF)
|
|
|
|
|
|
|
|
if: always()
|
|
|
|
|
|
|
|
uses: github/codeql-action/upload-sarif@v2
|
|
|
|
|
|
|
|
with:
|
|
|
|
|
|
|
|
sarif_file: './'
|
|
|
|
|
|
|
|
|
|
|
|
androidTest:
|
|
|
|
androidTest:
|
|
|
|
needs: build
|
|
|
|
needs: build
|
|
|
|
runs-on: macOS-latest # enables hardware acceleration in the virtual machine
|
|
|
|
runs-on: macOS-latest # enables hardware acceleration in the virtual machine
|
|
|
|