From ebfc08dc437d90b4436a4dc4289ff6a6c479a290 Mon Sep 17 00:00:00 2001 From: Gavin Hayes Date: Thu, 25 Jan 2024 14:13:23 -0500 Subject: [PATCH] ci: add testing components --- .github/workflows/ci.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bfa4d3a..40360e7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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