Skip to content

Commit

Permalink
split trino tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mchades committed Jun 7, 2024
1 parent 74eda1a commit 1b9ea91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/trino-integration-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Backend Integration Test
name: Trino Integration Test

# Controls when the workflow will run
on:
Expand Down
4 changes: 2 additions & 2 deletions integration-test/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,8 @@ tasks.test {

if (invalidGravitinoJars!!.isNotEmpty()) {
val message = "Found mismatched versions of gravitino jars in trino-connector/build/libs:\n" +
"${invalidGravitinoJars.joinToString(", ") { it.name }}\n" +
"The current version of the project is $version. Please clean the project and rebuild it."
"${invalidGravitinoJars.joinToString(", ") { it.name }}\n" +
"The current version of the project is $version. Please clean the project and rebuild it."
throw GradleException(message)
}
}
Expand Down

0 comments on commit 1b9ea91

Please sign in to comment.