Skip to content

Commit

Permalink
The CI didn't test the validator, leftover from allin1
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickdowne committed Nov 18, 2024
1 parent f913132 commit fc73f8b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/test-nimbus-nethermind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,10 @@ jobs:
run: ./ethd up
- name: Pause for 30 seconds
run: sleep 30
- name: Test Nimbus
- name: Test Nimbus CL
run: ./.github/check-service.sh consensus
- name: Test Nimbus VC
run: ./.github/check-service.sh validator
- name: Test Nethermind
run: ./.github/check-service.sh execution
- name: Set Nimbus/Nethermind w/ VC
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/test-teku-besu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,10 @@ jobs:
run: ./ethd up
- name: Pause for 30 seconds
run: sleep 30
- name: Test Teku
- name: Test Teku CL
run: ./.github/check-service.sh consensus
- name: Test Teku VC
run: ./.github/check-service.sh validator
- name: Test Besu
run: ./.github/check-service.sh execution
- name: Set Teku/Besu w/ VC
Expand Down

0 comments on commit fc73f8b

Please sign in to comment.