Skip to content

Commit

Permalink
chore: fix e2e tests
Browse files Browse the repository at this point in the history
yeshan333 committed Apr 8, 2024

Verified

This commit was signed with the committer’s verified signature.
yeshan333 yeshan333
1 parent d3c0e9e commit 4d7aab8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/e2e_test.yaml
Original file line number Diff line number Diff line change
@@ -48,7 +48,6 @@ jobs:
if: runner.os == 'Linux'
run: |
vfox install [email protected]
eval "$(vfox activate bash)"
vfox use -g [email protected]
echo "===============PATH==============="
echo $PATH
@@ -58,7 +57,6 @@ jobs:
if: runner.os == 'MacOS'
run: |
vfox install [email protected]
eval "$(vfox activate zsh)"
vfox use -g [email protected]
echo "===============PATH==============="
echo $PATH
@@ -68,7 +66,6 @@ jobs:
if: runner.os == 'Windows'
run: |
vfox install [email protected]
eval "$(vfox activate pwsh)"
vfox use -g [email protected]
echo "===============PATH==============="
echo $env:PATH

0 comments on commit 4d7aab8

Please sign in to comment.