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 a91c8a3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions android/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,13 @@ composeCompiler {
}

emerge {
vcs {
gitHub {
repoName.set(System.getenv("INTEGRATION_TEST_REPO_NAME") ?: "hackernews")
repoOwner.set("EmergeTools")
}
}

snapshots {
tag.set("snapshot")
}
Expand Down

0 comments on commit a91c8a3

Please sign in to comment.