Skip to content

Commit

Permalink
Add git overrides for integration testing from emerge-android
Browse files Browse the repository at this point in the history
  • Loading branch information
runningcode committed Jan 17, 2025
1 parent 25a5234 commit 3314e03
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion android/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ emerge {

vcs {
gitHub {
repoName.set("hackernews")
// System.getenv override is for integration tests from the emerge-android repository
repoName.set(System.getenv("INTEGRATION_TEST_REPO_NAME") ?: "hackernews")
repoOwner.set("EmergeTools")
}
}
Expand Down

0 comments on commit 3314e03

Please sign in to comment.