Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga authored Jan 29, 2025
1 parent d9e47f5 commit 74a64e6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,11 @@ RUN echo "Running tests ${CACHE_INVALIDATE}" \
&& metacallcli port-test.js \
| grep "Node.js port works" \
&& metacallcli port-test.rb \
| grep "Ruby port works"
| grep "Ruby port works" \
|| cat /root/metacall.log

# TODO: C# Loader
# && printf "load cs say.cs\ninspect\nexit" \
# | metacallcli || cat /root/metacall.log
# | metacallcli

ENTRYPOINT ["sh", "-c"]

0 comments on commit 74a64e6

Please sign in to comment.