Skip to content

Commit

Permalink
Required property in action
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickdowne committed Jan 11, 2025
1 parent a1bfa9c commit 32c2915
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/actions/test_client_stack/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,16 @@ runs:
steps:
- name: Start client combo
run: ./ethd up
shell: bash
- name: Pause for 30 seconds
run: sleep 30
shell: bash
- name: Test CL
run: ./.github/check-service.sh consensus
shell: bash
- name: Test VC
run: ./.github/check-service.sh validator
shell: bash
- name: Test EL
run: ./.github/check-service.sh execution
shell: bash

0 comments on commit 32c2915

Please sign in to comment.