fix(ci): force-accept all licenses in shadow jobs

This commit is contained in:
Harsh Shandilya 2023-05-01 18:37:34 +05:30
parent dec05f015a
commit 39eb8a9828
No known key found for this signature in database

View file

@ -47,6 +47,11 @@ jobs:
- name: Copy CI gradle.properties
run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties
- name: Accept all SDK licenses
continue-on-error: true # GitHub Actions' stdout handling causes a harmless 'broken pipe' error
shell: bash
run: yes | $ANDROID_HOME/tools/bin/sdkmanager --licenses
- name: Run checks
uses: gradle/gradle-build-action@749f47bda3e44aa060e82d7b3ef7e40d953bd629 # v2.4.2
env: