Skip to content

Commit

Permalink
Merge pull request #224 from aiven/enable-integration-tests-in-ci
Browse files Browse the repository at this point in the history
Enabling integration tests in CI
  • Loading branch information
jeqo authored Mar 13, 2023
2 parents 4722a70 + 2580f0d commit 5ee4d69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
with:
java-version: 11
- name: Build with Gradle
run: ./gradlew build
run: ./gradlew build integrationTest
5 changes: 2 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -114,14 +114,13 @@ ext {
slf4jVersion = "1.7.36"
derbyVersion = "10.15.2.0"

avroVersion = "1.11.1"
avroVersion = "1.8.1"
// Version 1.8.1 brings Jackson 1.9.x/org.codehaus.jackson package for Avro and Confluent Platform 4.1.4.
confluentPlatformVersion = "4.1.4" // For compatibility tests use version 4.1.4.
hamcrestVersion = "2.2"
jacksonVersion = "2.14.2" // This Jackson is used in the tests.
jupiterVersion = "5.9.1"
kafkaVersion = "2.0.1" // Oldest version supported, new versions are backwards compatible.
jettyVersion = "11.0.14"
jettyVersion = "9.4.51.v20230217"
junit4Version = "4.13.2"
jsr305Version = "3.0.2"
log4jVersion = "2.20.0"
Expand Down

0 comments on commit 5ee4d69

Please sign in to comment.