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 d9b7ff0 commit 7f9f125
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 7f9f125

Please sign in to comment.