Skip to content

Commit

Permalink
*Actually* skip tests while running backwards compatibility test.
Browse files Browse the repository at this point in the history
  • Loading branch information
nakulj committed Jul 2, 2024
1 parent 715690d commit 890166a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/backwards_compatibility_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ get_latest_jar() {

# Get the JAR with the changes that need to be verified.
get_current_jar() {
mvn -B install -DskipTests
mvn -B install -Dmaven.test.skip=true
CURRENT_VERSION=$(mvn -q -Dexec.executable=echo -Dexec.args='${project.version}' --non-recursive exec:exec)
CURRENT_JAR=$KCL_MAVEN_DIR/$CURRENT_VERSION/amazon-kinesis-client-$CURRENT_VERSION.jar
}
Expand Down

0 comments on commit 890166a

Please sign in to comment.