Skip to content

Commit

Permalink
make sure we re-run integration tests (#8520)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfsiega-airbyte committed Aug 24, 2023
1 parent a19a6da commit af0a1a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions airbyte-tests/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ fun registerTestSuite(name: String, type: String, dirName: String, deps: JvmComp
events = setOf(TestLogEvent.PASSED, TestLogEvent.FAILED)
}
shouldRunAfter(suites.named("test"))
// Ensure they re-run since these are integration tests.
outputs.upToDateWhen { false }
}
}
}
Expand Down

0 comments on commit af0a1a3

Please sign in to comment.