Skip to content

ci: try redirect and cat output from file #8

ci: try redirect and cat output from file

ci: try redirect and cat output from file #8

on:
workflow_dispatch:
push:
pull_request:
permissions:
contents: read
jobs:
windows-iwasm-compat-check:
runs-on: [ windows-latest ]
steps:
- uses: actions/checkout@v4
- name: "iwasm.com cowsay.wasm"
shell: bash
run: |
chmod u+x ./iwasm.com
echo "hello, github" | bash -c './iwasm.com src/cowsay/main.wasm' > cowsay.out.txt
cat ./cowsay.out.txt