Skip to content

Commit b9d0940

Browse files
committed
Add deubg.
1 parent 9c2b3e3 commit b9d0940

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker-hub.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ jobs:
8686
cat <<EOF > Dockerfile.test
8787
FROM metacall/${IMAGE_NAME}:cli-${platform_tag}
8888
RUN echo "console.log('0123456789abcdef')" > script.js
89+
RUN ls -la /usr/local/bin
8990
RUN metacallcli script.js | tee output.txt
9091
RUN grep 0123456789abcdef output.txt
9192
EOF

0 commit comments

Comments
 (0)