Skip to content

Commit

Permalink
Update task ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelpasterz authored and mergify-bot committed Apr 26, 2021
1 parent d17e4e5 commit 4cbc627
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions integration_tests/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@ tasks.register("integrationTests") {
tasks["integrationTestsIos"].mustRunAfter("integrationTestsAndroid")
}

tasks.withType<Test> {
dependsOn(":test_runner:assemble")
}

val compileTestKotlin: KotlinCompile by tasks
compileTestKotlin.kotlinOptions {
freeCompilerArgs = listOf("-Xinline-classes")
}
// Locally you should have flank built already, on CI we need to build it
if (System.getenv("CI") != null) {
tasks["integrationTests"].dependsOn(":test_runner:build")
}

0 comments on commit 4cbc627

Please # to comment.