Skip to content

Commit

Permalink
remove .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderSLoburev committed Jan 2, 2024
1 parent 1c1cd1e commit 23c512b
Show file tree
Hide file tree
Showing 8 changed files with 32,481 additions 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 @@ -28,6 +28,6 @@ jobs:
run: ls -al
- name: List .beam files
#run: ls -al ./reverse_polish_notation_evaluator/_build/default/lib/reverse_polish_notation_evaluator/ebin
run: ls -al ./reverse_polish_notation_evaluator
#run: ls -al ./reverse_polish_notation_evaluator
- 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
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 23c512b

Please sign in to comment.