👷 Removed some apps from CI Test

This commit is contained in:
Nikhil Badyal
2022-12-21 18:57:56 +05:30
parent a60330b408
commit 92223fb351
4 changed files with 12 additions and 5 deletions
+1 -2
View File
@@ -2,7 +2,7 @@
from typing import Dict
default_build = [
"ticktick",
"youtube",
]
all_builds = [
"youtube",
@@ -21,7 +21,6 @@ all_builds = [
"windy",
"my-expenses",
"backdrops",
"expensemanager",
]
possible_archs = ["armeabi-v7a", "x86", "x86_64", "arm64-v8a"]