From 430e28d20680e2703f16543f058600149f9da2d9 Mon Sep 17 00:00:00 2001 From: ansehoon1999 Date: Sun, 3 Dec 2023 16:47:10 +0900 Subject: [PATCH] chore: change ui test ci --- .github/workflows/ui-test.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ui-test.yml b/.github/workflows/ui-test.yml index 5ef7f21..798edf8 100644 --- a/.github/workflows/ui-test.yml +++ b/.github/workflows/ui-test.yml @@ -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