Skip to content

Commit

Permalink
erlang.yml debug info remove
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderSLoburev committed Jan 3, 2024
1 parent 4d7a881 commit 3558fe4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/erlang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ jobs:
run: rebar3 compile
#- name: Run tests
# run: rebar3 do eunit, ct
- name: List project dir
run: ls -al
- name: List .beam files
run: ls -al ./reverse_polish_notation_evaluator/_build/default/lib/reverse_polish_notation_evaluator/ebin
- name: Run reverse_polish_notation_evaluator
#run: erl -noshell -pa reverse_polish_notation_evaluator/_build/default/lib/reverse_polish_notation_evaluator/ebin -s reverse_polish_notation_evaluator start -s init stop
run: erl -noshell -eval 'code:load_file(reverse_polish_notation_evaluator), reverse_polish_notation_evaluator:start(), init:stop().'

0 comments on commit 3558fe4

Please sign in to comment.