Skip to content

Commit

Permalink
ci: run reactor example
Browse files Browse the repository at this point in the history
  • Loading branch information
G4Vi committed Feb 23, 2024
1 parent 4c67532 commit 6d2e713
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,12 @@ jobs:
| jq '.resourceSpans[].scopeSpans[].spans[0].attributes[0]' \
| jq '.key == "function_name", .value.stringValue == "_start"'
- name: Run Reactor example
uses: actions-rs/cargo@v1
with:
command: run
args: --example=reactor-hello test/reactor-hello.c.instr.wasm

- name: Install Component CLI Deps
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit 6d2e713

Please sign in to comment.