Skip to content

Commit

Permalink
yml changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderSLoburev committed Jan 2, 2024
1 parent 4c6247f commit 76794bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/erlang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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().'
run: erl -noshell -eval 'code:load_file(reverse_polish_notation_evaluator), reverse_polish_notation_evaluator:start(), init:stop().'

0 comments on commit 76794bc

Please sign in to comment.