This commit is contained in:
Nick Alexander 2022-05-06 09:25:40 -07:00 коммит произвёл Nick Alexander
Родитель 879293c873
Коммит 510d38f60a
1 изменённых файлов: 4 добавлений и 4 удалений

8
.github/workflows/check.yml поставляемый
Просмотреть файл

@ -60,13 +60,13 @@ jobs:
java-version: 11
cache: 'gradle'
- name: Assemble sample/app
- name: Assemble samples/app
run: |
./gradlew -p sample/app :assembleDebug --info --warning-mode all
./gradlew -p samples/app :assembleDebug --info --warning-mode all
- name: Assemble sample/library
- name: Assemble samples/library
run: |
./gradlew -p sample/library :assembleDebug --info --warning-mode all
./gradlew -p samples/library :assembleDebug --info --warning-mode all
android_unversioned_tests:
# The type of runner that the job will run on