From b8c8f0b86711b1d58e73502546e2cdffdfb02e03 Mon Sep 17 00:00:00 2001 From: Jun Luo <4catcode@gmail.com> Date: Thu, 19 Sep 2024 19:31:26 +0800 Subject: [PATCH] debug ci --- .github/workflows/test-deploy.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-deploy.yml b/.github/workflows/test-deploy.yml index 8869ca78f..0b69bd9a0 100644 --- a/.github/workflows/test-deploy.yml +++ b/.github/workflows/test-deploy.yml @@ -78,7 +78,9 @@ jobs: matrix: emulator: [ # Temporarily disabled due to emulator issues - # { api-level: 23, target: google_apis }, + { api-level: 23, target: google_apis }, + { api-level: 26, target: google_apis }, + { api-level: 27, target: google_apis }, { api-level: 34, target: playstore } ] steps: