-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #619 from hannesa2/EmulatorBootTime
Emulator boot time
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,11 +31,11 @@ jobs: | |
java-version: 17 | ||
- uses: gradle/wrapper-validation-action@v3 | ||
- name: Install Android SDK | ||
uses: hannesa2/action-android/[email protected].5 | ||
uses: hannesa2/action-android/[email protected].6 | ||
- name: Run tests | ||
run: ./gradlew test | ||
- name: Android Emulator test | ||
uses: hannesa2/action-android/[email protected].5 | ||
uses: hannesa2/action-android/[email protected].6 | ||
with: | ||
cmd: ./gradlew cAT --continue | ||
api: ${{ matrix.api }} | ||
|
@@ -78,7 +78,7 @@ jobs: | |
distribution: 'adopt' | ||
java-version: 17 | ||
- name: Install Android SDK | ||
uses: hannesa2/action-android/[email protected].5 | ||
uses: hannesa2/action-android/[email protected].6 | ||
- name: Kotlin code checks | ||
run: ./gradlew ktlintCheck | ||
- name: Code checks | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,7 +37,7 @@ jobs: | |
distribution: 'adopt' | ||
java-version: 17 | ||
- name: Install Android SDK | ||
uses: hannesa2/action-android/[email protected].5 | ||
uses: hannesa2/action-android/[email protected].6 | ||
- name: Build project | ||
run: ./gradlew assembleRelease | ||
env: | ||
|