diff --git a/.github/workflows/e2e_test.yaml b/.github/workflows/e2e_test.yaml index 9f2047a..9ca814c 100644 --- a/.github/workflows/e2e_test.yaml +++ b/.github/workflows/e2e_test.yaml @@ -46,6 +46,7 @@ jobs: - name: install Etcd by vfox-etcd plugin (Linux) if: runner.os == 'Linux' + shell: bash -leo pipefail {0} run: | vfox install etcd@3.5.12 vfox activate bash @@ -56,9 +57,10 @@ jobs: - name: install Etcd by vfox-etcd plugin (Darwin) if: runner.os == 'MacOS' + shell: zsh run: | vfox install etcd@3.5.12 - vfox activate bash + vfox activate zsh vfox use -g etcd@3.5.12 echo "===============PATH===============" echo $PATH @@ -66,6 +68,7 @@ jobs: - name: install Etcd by vfox-etcd plugin (Windows) if: runner.os == 'Windows' + shell: pwsh run: | vfox install etcd@3.5.12 vfox use -g etcd@3.5.12