Merge branch 'main' into telackey/v114
All checks were successful
Ethereum Fixturenet Stack Test / Run Ethereum Fixturenet stack test (pull_request) Successful in 21m37s

This commit is contained in:
David Boreham 2024-05-14 13:38:45 -06:00
commit 05b958055c
2 changed files with 2 additions and 3 deletions

View File

@ -7,6 +7,8 @@ on:
branches:
- main
- ci-test
schedule: # Note: coordinate with other tests to not overload runners at the same time of day
- cron: '17 25 * * *'
jobs:
test:

View File

@ -60,9 +60,6 @@ services:
- fixturenet-eth-bootnode-geth
volumes:
- fixturenet_eth_geth_2_data:/root/ethdata
ports:
- "8545"
- "8546"
fixturenet-eth-bootnode-lighthouse:
restart: always