Skip to content

feat: initial setup for the ethereum hive github action #3

feat: initial setup for the ethereum hive github action

feat: initial setup for the ethereum hive github action #3

Workflow file for this run

name: Test
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./
with:
client: go-ethereum
simulator: ethereum/sync
workflow_artifact_upload: true