Skip to content

Commit

Permalink
Test commit to fix failed ui tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wasky committed May 10, 2024
1 parent c546e76 commit f6a1e8a
Showing 1 changed file with 5 additions and 31 deletions.
36 changes: 5 additions & 31 deletions .github/workflows/app_build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,44 +2,15 @@ name: UI test in android emulator CI

on:
push:
branches: [ master ]
pull_request:
branches:
- master
- kotlin-conversion

jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v2
- name: set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 17
- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b
- name: Build with Gradle
run: ./gradlew build

unit-tests:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v2
- name: set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 17
- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b
- name: Run all checks
run: ./gradlew check --stacktrace

ui-test:
runs-on: macos-latest
timeout-minutes: 30
timeout-minutes: 5
steps:
- name: checkout
uses: actions/checkout@v2
Expand All @@ -52,5 +23,8 @@ jobs:
- name: run ui tests
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 29
api-level: 34
target: aosp_atd
channel: canary
arch: arm64-v8a
script: ./gradlew connectedCheck

0 comments on commit f6a1e8a

Please sign in to comment.