Skip to content

Commit

Permalink
Update order of testTargets
Browse files Browse the repository at this point in the history
So the config in `wordpress` can indeed append new exclusions
  • Loading branch information
wzieba committed Aug 1, 2024
1 parent cc4cc3b commit 10c9a74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WordPress/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ plugins {
}

fladle {
testTargets = [
"notPackage org.wordpress.android.ui.screenshots"
]
configs {
wordpress {
def app = "wordpress"
Expand All @@ -37,9 +40,6 @@ fladle {
}
}
serviceAccountCredentials = new File(System.getProperty("user.home"), ".configure/wordpress-android/secrets/firebase.secrets.json")
testTargets = [
"notPackage org.wordpress.android.ui.screenshots"
]
devices = [
["model": "Pixel2.arm", "version": "30"]
]
Expand Down

0 comments on commit 10c9a74

Please sign in to comment.