Skip to content

app: increase beacon node timeout #104

app: increase beacon node timeout

app: increase beacon node timeout #104

Workflow file for this run

name: verify-pr
on:
pull_request:
types: [opened, reopened, edited, synchronize]
jobs:
verify:
runs-on: ubuntu-latest
env:
GITHUB_PR: ${{ toJSON(github.event.pull_request) }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.21.5'
- name: "Verify PR"
run: go run github.com/obolnetwork/charon/testutil/verifypr