Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"container-tests" module. #1894

Merged
merged 14 commits into from
Apr 14, 2021
Prev Previous commit
Next Next commit
Dependency version bump and CI config update.
Signed-off-by: Mark Terry <mark.terry@consensys.net>
  • Loading branch information
mark-terry committed Mar 30, 2021
commit 93c143bf1621eb5c8845bef59d9562241cf5a382
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ jobs:
- prepare
- attach_workspace:
at: ~/project
- setup_remote_docker
- run:
mark-terry marked this conversation as resolved.
Show resolved Hide resolved
name: Container Tests
no_output_timeout: 10m
Expand Down
2 changes: 1 addition & 1 deletion gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,6 @@ dependencyManagement {
entry 'signing-secp256k1-impl'
}

dependency 'org.testcontainers:testcontainers:1.15.1'
dependency 'org.testcontainers:testcontainers:1.15.2'
}
}