Merge branch 'main' into telackey/v114

This commit is contained in:
Thomas E Lackey 2024-05-29 17:15:21 -05:00
commit 08e5550c87
2 changed files with 2 additions and 3 deletions

View File

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

View File

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