Skip to content

Commit

Permalink
ethd test with whiptail
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickdowne committed Aug 4, 2023
1 parent e272db5 commit 6f40dc7
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/test-ethd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install Expect
run: sudo apt-get install -y expect
- name: Test ethd config
run: expect ./.github/test-ethd-config.exp
run: sudo apt-get install -y expect whiptail
- name: Test ethd config defaults
run: expect ./.github/test-ethd-config.exp all-defaults
- name: Test ethd config no checkpoint
run: expect ./.github/test-ethd-config.exp no-checkpoint
- name: Test ethd config no mev
run: expect ./.github/test-ethd-config.exp no-mev
- name: Test ethd config no grafana
run: expect ./.github/test-ethd-config.exp no-grafana

0 comments on commit 6f40dc7

Please sign in to comment.