Skip to content

Commit

Permalink
chore: change ui test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ansehoon1999 committed Dec 3, 2023
1 parent 269c6f0 commit 34a475c
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/ui-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,26 +13,18 @@ jobs:
runs-on: macos-latest
steps:
- name: Checkout the code
uses: actions/checkout@v3

- name: set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
cache: gradle
uses: actions/checkout@v2

- name: Run compose ui tests
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 33
target: default
arch: x86
profile: Nexus 10
profile: Pixel 2
script: ./gradlew connectedCheck --stacktrace

- name: Upload test report
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v2
with:
name: instrumentation_test_report
path: app/build/reports/androidTests/connected/

0 comments on commit 34a475c

Please sign in to comment.