Skip to content

Commit

Permalink
Merge pull request #619 from hannesa2/EmulatorBootTime
Browse files Browse the repository at this point in the history
Emulator boot time
  • Loading branch information
hannesa2 authored May 8, 2024
2 parents 8d847d7 + 46fc00b commit a919673
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a919673

Please sign in to comment.