Skip to content

Commit

Permalink
fixup! Add post run that prints VM output
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-carlborg committed Feb 17, 2024
1 parent b28977e commit 794e0fa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dist/post.mjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions post/main.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import {readFileSync, existsSync} from 'fs'

if (existsSync('/tmp/cross-platform-actions.log'))
console.log(readFileSync('/tmp/cross-platform-actions.log', 'utf8'))

0 comments on commit 794e0fa

Please sign in to comment.