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 430e28d commit 0e7b22c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ui-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,11 @@ jobs:
- name: Checkout the code
uses: actions/checkout@v2

- name: Run compose ui tests
uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: 17
distribution: 'zulu'

- name: run tests
uses: reactivecircus/android-emulator-runner@v2
Expand Down

0 comments on commit 0e7b22c

Please sign in to comment.