We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c2b3e3 commit b9d0940Copy full SHA for b9d0940
.github/workflows/docker-hub.yml
@@ -86,6 +86,7 @@ jobs:
86
cat <<EOF > Dockerfile.test
87
FROM metacall/${IMAGE_NAME}:cli-${platform_tag}
88
RUN echo "console.log('0123456789abcdef')" > script.js
89
+ RUN ls -la /usr/local/bin
90
RUN metacallcli script.js | tee output.txt
91
RUN grep 0123456789abcdef output.txt
92
EOF
0 commit comments