mirror of
https://github.com/vacp2p/linea-monorepo.git
synced 2026-01-09 20:27:58 -05:00
coordinator: update besu dependency (#475)
* coordinator: update besu dependency and fix coordinator integration tests with retries
This commit is contained in:
@@ -51,7 +51,7 @@ concurrency:
|
||||
|
||||
jobs:
|
||||
build-and-publish:
|
||||
runs-on: gha-runner-scale-set-ubuntu-22.04-amd64-med
|
||||
runs-on: gha-runner-scale-set-ubuntu-22.04-amd64-large
|
||||
name: Coordinator build
|
||||
env:
|
||||
COMMIT_TAG: ${{ inputs.commit_tag }}
|
||||
@@ -78,7 +78,7 @@ jobs:
|
||||
uses: gradle/actions/setup-gradle@cc4fc85e6b35bafd578d5ffbc76a5518407e1af0 #v4.2.1
|
||||
- name: Build dist
|
||||
run: |
|
||||
./gradlew coordinator:app:installDist --no-daemon
|
||||
./gradlew coordinator:app:installDist
|
||||
- name: Login to Docker Hub
|
||||
if: ${{ env.DOCKERHUB_USERNAME != '' && env.DOCKERHUB_TOKEN != '' }}
|
||||
uses: docker/login-action@v3
|
||||
|
||||
Reference in New Issue
Block a user