Skip to content

Commit

Permalink
chore: try fix e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yeshan333 committed Apr 8, 2024
1 parent 3e4cb9a commit ba0cc13
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/e2e_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]
vfox activate bash
Expand All @@ -56,16 +57,18 @@ jobs:
- name: install Etcd by vfox-etcd plugin (Darwin)
if: runner.os == 'MacOS'
shell: zsh
run: |
vfox install [email protected]
vfox activate bash
vfox activate zsh
vfox use -g [email protected]
echo "===============PATH==============="
echo $PATH
echo "===============PATH==============="
- name: install Etcd by vfox-etcd plugin (Windows)
if: runner.os == 'Windows'
shell: pwsh
run: |
vfox install [email protected]
vfox use -g [email protected]
Expand Down

0 comments on commit ba0cc13

Please sign in to comment.