run tests on PR
All checks were successful
Test Ethereum Fixturenet Stack / Run Ethereum Fixturenet stack test (pull_request) Successful in 18m51s
Test Ethereum Plugeth Fixturenet Stack / Test fixturenet-plugeth stack (pull_request) Successful in 27m24s

This commit is contained in:
Roy Crihfield 2024-07-31 09:12:58 -05:00
parent 9778a64602
commit 3c62bcdd78
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@ name: Test Ethereum Fixturenet Stack
on:
push:
branches: '*'
pull_request:
schedule: # Note: coordinate with other tests to not overload runners at the same time of day
- cron: '12 01 * * *'

View File

@ -3,6 +3,7 @@ name: Test Ethereum Plugeth Fixturenet Stack
on:
push:
branches: '*'
pull_request:
schedule: # Note: coordinate with other tests to not overload runners at the same time of day
- cron: '14 01 * * *'