Skip to content

Commit

Permalink
Troubleshoot expect CI
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickdowne committed Aug 4, 2023
1 parent 6f40dc7 commit b58c2bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-ethd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install Expect
run: sudo apt-get install -y expect whiptail
- name: Test ethd config defaults
run: expect ./.github/test-ethd-config.exp all-defaults
run: expect -d ./.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
Expand Down

0 comments on commit b58c2bd

Please sign in to comment.