Skip to content

Commit

Permalink
chore(e2e): check fail with exit
Browse files Browse the repository at this point in the history
  • Loading branch information
yeshan333 authored May 18, 2024
1 parent 144e585 commit 34a8b97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
echo "erlang built with docs chunk"
else
echo "erlang does not built with docs chunk"
echo "exit"
exit 1
fi
- name: install Erlang/OTP by vfox-erlang plugin (Darwin)
Expand Down Expand Up @@ -96,4 +96,4 @@ jobs:
echo $env:PATH
echo "===============PATH==============="
& erl.exe -eval 'erlang:display({otp_release, erlang:system_info(otp_release)}), halt().' -noshell
& erl.exe -eval 'erlang:display(shell_docs:get_doc(lists)), halt().' -noshell
& erl.exe -eval 'erlang:display(shell_docs:get_doc(lists)), halt().' -noshell

0 comments on commit 34a8b97

Please sign in to comment.