Skip to content

Commit

Permalink
chore: e2e vfox activate
Browse files Browse the repository at this point in the history
  • Loading branch information
yeshan333 committed Apr 8, 2024
1 parent ba0cc13 commit 8118907
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
shell: bash -leo pipefail {0}
run: |
vfox install [email protected]
vfox activate bash
eval "$(vfox activate bash)"
vfox use -g [email protected]
echo "===============PATH==============="
echo $PATH
Expand All @@ -60,7 +60,7 @@ jobs:
shell: zsh
run: |
vfox install [email protected]
vfox activate zsh
eval "$(vfox activate zsh)"
vfox use -g [email protected]
echo "===============PATH==============="
echo $PATH
Expand All @@ -71,8 +71,8 @@ jobs:
shell: pwsh
run: |
vfox install [email protected]
eval "$(vfox activate pwsh)"
vfox use -g [email protected]
vfox activate pwsh
echo "===============PATH==============="
echo $env:PATH
echo "===============PATH==============="

0 comments on commit 8118907

Please sign in to comment.