Skip to content

Commit

Permalink
chore: fix e2e tests vfox hook
Browse files Browse the repository at this point in the history
  • Loading branch information
yeshan333 committed Apr 10, 2024
1 parent 8686f55 commit b567bf3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/e2e_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
echo "===============PATH==============="
vfox install elixir@1.16.2
vfox use -g elixir@1.16.2
eval "$(vfox activate bash)"
elixirc -v
elixir hello.ex
Expand All @@ -62,6 +63,7 @@ jobs:
echo "===============PATH==============="
vfox install elixir@1.16.2
vfox use -g elixir@1.16.2
eval "$(vfox activate bash)"
elixirc -v
elixir hello.ex

0 comments on commit b567bf3

Please sign in to comment.