diff --git a/.github/workflows/erlang.yml b/.github/workflows/erlang.yml index 4733ccb..fb8ad78 100644 --- a/.github/workflows/erlang.yml +++ b/.github/workflows/erlang.yml @@ -29,4 +29,5 @@ jobs: - 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 -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 'l(reverse_polish_notation_evaluator), reverse_polish_notation_evaluator:start(), init:stop().' \ No newline at end of file