Skip to content

Commit

Permalink
ci: try redirect and cat output from file
Browse files Browse the repository at this point in the history
  • Loading branch information
nilslice committed Sep 25, 2023
1 parent 630fca3 commit 4ae581e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/iwasm-windows-compat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ jobs:
shell: bash
run: |
chmod u+x ./iwasm.com
echo "hello, github" | bash -c './iwasm.com src/cowsay/main.wasm'
echo "hello, github" | bash -c './iwasm.com src/cowsay/main.wasm' > cowsay.out.txt
cat ./cowsay.out.txt

0 comments on commit 4ae581e

Please sign in to comment.