diff --git a/.github/workflows/erlang.yml b/.github/workflows/erlang.yml index fb8ad78..c9c9b87 100644 --- a/.github/workflows/erlang.yml +++ b/.github/workflows/erlang.yml @@ -30,4 +30,4 @@ jobs: 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 'l(reverse_polish_notation_evaluator), reverse_polish_notation_evaluator:start(), init:stop().' \ No newline at end of file + run: erl -noshell -eval 'code:load_file(reverse_polish_notation_evaluator), reverse_polish_notation_evaluator:start(), init:stop().' \ No newline at end of file