Skip to content

Commit

Permalink
chore: fix e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yeshan333 committed Apr 10, 2024
1 parent f22f8a8 commit 11570de
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/e2e_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ jobs:
echo "===============PATH==============="
echo $PATH
echo "===============PATH==============="
erlc -help
cd assets
erlc hello.erl
erl -noshell -s hello hello_world -s init stop
- name: install Erlang/OTP by vfox-erlang plugin (Darwin)
if: runner.os == 'MacOS'
Expand All @@ -54,4 +56,6 @@ jobs:
echo "===============PATH==============="
echo $PATH
echo "===============PATH==============="
erlc -help
cd assets
erlc hello.erl
erl -noshell -s hello hello_world -s init stop
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.idea
.tool-versions
.tool-versions
*.beam

0 comments on commit 11570de

Please sign in to comment.