Skip to content

Commit

Permalink
test: add e2e debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
yeshan333 committed Apr 3, 2024
1 parent f2a5770 commit 0cb081c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/e2e_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ jobs:
source ~/.bashrc
vfox install [email protected]
vfox use -g [email protected]
echo "===============PATH==============="
echo $PATH
echo "===============PATH==============="
vfox install [email protected]
vfox use -g [email protected]
Expand All @@ -52,6 +55,10 @@ jobs:
source ~/.bashrc
vfox install [email protected]
vfox use -g [email protected]
echo "===============PATH==============="
echo $PATH
echo "===============PATH==============="
cp ~/.version-fox/cache/erlang/v-26.2.3/erlang-26.2.3/bin/* /usr/local/bin/
vfox install [email protected]
vfox use -g [email protected]
elixir assets/hello.ex
Expand Down

0 comments on commit 0cb081c

Please sign in to comment.