Skip to content

Commit

Permalink
Improve CI with cancel & concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
yaooqinn committed Mar 18, 2022
1 parent 377285c commit 40160ab
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dev/kyuubi-codecov/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,12 @@
<artifactId>kyuubi-hive-beeline</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>org.apache.kyuubi</groupId>
<artifactId>kyuubi-hive-sql-engine_${scala.binary.version}</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 40160ab

Please sign in to comment.