Skip to content

Commit 55871a5

Browse files
authored
ethd CI runs through .env migration pathway (#2379)
1 parent dd140cf commit 55871a5

File tree

2 files changed

+190
-162
lines changed

2 files changed

+190
-162
lines changed

.github/workflows/test-ethd.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,15 @@ jobs:
3838
run: sudo apt-get install -y expect whiptail
3939
- name: Prerequisites on macOS
4040
if: ${{ startsWith(matrix.os, 'macos-') }}
41-
run: brew install bash newt coreutils expect docker-buildx
41+
run: brew install bash newt coreutils expect gawk
4242
- name: Use default.env
4343
run: cp default.env .env
44+
- name: Set old .env version
45+
run: |
46+
source ./.github/helper.sh
47+
ENV_VERSION=42
48+
var=ENV_VERSION
49+
set_value_in_env
4450
- name: Test ethd update
4551
run: ./ethd update --debug --non-interactive
4652
- name: Remove .env

0 commit comments

Comments
 (0)