diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c14dbb4e..6cc2f307 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -87,6 +87,6 @@ jobs: env: GHJKFILE: ./examples/protoc/ghjk.ts - run: | - cd examples/protoc + cd examples/tasks . $(ghjk print share-dir-path)/env.sh - protoc --version + ghjk x hey diff --git a/examples/tasks/ghjk.ts b/examples/tasks/ghjk.ts index e4d5808a..61b227f4 100644 --- a/examples/tasks/ghjk.ts +++ b/examples/tasks/ghjk.ts @@ -8,11 +8,11 @@ task("greet", async ($, { argv: [name] }) => { const ha = task({ name: "ha", - installs: [ports.protoc()], + installs: [ports.jq_ghrel()], vars: { STUFF: "stuffier" }, async fn($) { await $`echo $STUFF; - protoc --version; + jq --version; `; }, });