Skip to content

Commit

Permalink
chore: fix e2e elixir test file
Browse files Browse the repository at this point in the history
  • Loading branch information
yeshan333 committed Apr 10, 2024
1 parent b567bf3 commit b05c2a7
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 @@ -48,6 +48,7 @@ jobs:
vfox use -g elixir@1.16.2
eval "$(vfox activate bash)"
elixirc -v
cd assets
elixir hello.ex
- name: install Erlang/OTP & Elixir by vfox-erlang & vfox-elixir plugin (Darwin)
Expand All @@ -65,5 +66,6 @@ jobs:
vfox use -g elixir@1.16.2
eval "$(vfox activate bash)"
elixirc -v
cd assets
elixir hello.ex

0 comments on commit b05c2a7

Please sign in to comment.