Skip to content

Commit

Permalink
fix(build): Update CI build to use correct context (Consensys#1010)
Browse files Browse the repository at this point in the history
* fix(ci): Update circleci build task to use correct context
* fix(test): Add commons-logging to test runtime configuration
  • Loading branch information
usmansaleem authored Jul 10, 2024
1 parent 78bc74f commit 2cbd5f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,8 @@ workflows:
filters:
tags: &filters-release-tags
only: /^[0-9]+\.[0-9]+\.[0-9]+(-[a-zA-Z0-9]+)?/
context:
- protocols-signers
- acceptanceTests:
requires:
- build
Expand Down
1 change: 1 addition & 0 deletions keystorage/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ dependencies {
testRuntimeOnly 'org.apache.logging.log4j:log4j-core'
testRuntimeOnly 'org.apache.logging.log4j:log4j-slf4j2-impl'
testRuntimeOnly 'org.apache.logging.log4j:log4j-api'
testRuntimeOnly 'commons-logging:commons-logging'

testImplementation 'de.neuland-bfi:assertj-logging-log4j'
testImplementation 'org.assertj:assertj-core'
Expand Down

0 comments on commit 2cbd5f6

Please sign in to comment.