Skip to content

test without evm dependency and newer besu instance #60

test without evm dependency and newer besu instance

test without evm dependency and newer besu instance #60

Workflow file for this run

name: web3j tests on plain ubuntu with java
on: [ push ]
jobs:
build:
name: mvn build with Java 17, incl. unit tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Java
uses: actions/setup-java@v2
with:
distribution: 'zulu'
java-version: 17
- name: build & test with Maven
run: mvn -B clean install