We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd140cf commit 55871a5Copy full SHA for 55871a5
.github/workflows/test-ethd.yml
@@ -38,9 +38,15 @@ jobs:
38
run: sudo apt-get install -y expect whiptail
39
- name: Prerequisites on macOS
40
if: ${{ startsWith(matrix.os, 'macos-') }}
41
- run: brew install bash newt coreutils expect docker-buildx
+ run: brew install bash newt coreutils expect gawk
42
- name: Use default.env
43
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
50
- name: Test ethd update
51
run: ./ethd update --debug --non-interactive
52
- name: Remove .env
0 commit comments