test: add log example to ci workflow

This commit is contained in:
Nick Fields
2020-10-30 19:49:12 -04:00
parent 193acc1924
commit 0a47821646
2 changed files with 8 additions and 0 deletions

3
.github/scripts/log-examples.js vendored Normal file
View File

@@ -0,0 +1,3 @@
console.log('console.log test');
process.stdout.write('stdout test');
process.stderr.write('stderr test');