From 0e7b22ce129eae250de8f6d99457a4cee10c22bc Mon Sep 17 00:00:00 2001 From: ansehoon1999 Date: Sun, 3 Dec 2023 17:12:26 +0900 Subject: [PATCH] chore: change ui test ci --- .github/workflows/ui-test.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ui-test.yml b/.github/workflows/ui-test.yml index 798edf8..e345a87 100644 --- a/.github/workflows/ui-test.yml +++ b/.github/workflows/ui-test.yml @@ -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