Skip to content

Commit

Permalink
ci: add testing components
Browse files Browse the repository at this point in the history
  • Loading branch information
G4Vi committed Jan 25, 2024
1 parent fa29a81 commit ebfc08d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,3 +105,15 @@ jobs:
| head -n 1 \
| jq '.resourceSpans[].scopeSpans[].spans[0].attributes[0]' \
| jq '.key == "function_name", .value.stringValue == "_start"'
- name: Install Component CLI Deps
run: cargo install wasm-tools cargo-component

- name: Build wit
run: just build_wit

- name: Component Demo
run: just component_demo

- name: Component Demo 2
run: just component_demo_2

0 comments on commit ebfc08d

Please sign in to comment.