Skip to content

Commit

Permalink
Merge pull request #24 from kaiachain/fix/publish-publisher-portal
Browse files Browse the repository at this point in the history
add trigger for web3j-ext
  • Loading branch information
jack authored Jul 18, 2024
2 parents a756eba + edb9727 commit e301b34
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,5 +112,5 @@ jobs:
if: steps.verify-changed-files.outputs.web3j-ext_any_changed == 'true'
shell: bash
run: |
cd web3j-ext/web3j-ext && gradle wrapper && gradle build -
cd web3j-ext/web3j-ext && gradle wrapper && gradle build && cd -
1 change: 0 additions & 1 deletion web3j-ext/web3j-ext/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ if (System.getenv("PUBLISH_TO_MAVEN_PUBLIC")) {
}
}


test {
useJUnitPlatform()
}

0 comments on commit e301b34

Please sign in to comment.