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 34a475c commit 430e28d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ui-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,13 @@ jobs:
uses: actions/checkout@v2

- name: Run compose ui tests
uses: actions/checkout@v3

- name: run tests
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 33
target: default
profile: Pixel 2
script: ./gradlew connectedCheck --stacktrace
api-level: 29
script: ./gradlew connectedCheck

- name: Upload test report
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 430e28d

Please sign in to comment.