From 1616d4c0f4e88df36bcc1d8f1dfeda4b535a2e17 Mon Sep 17 00:00:00 2001 From: Tak Hoffman <781889+Takhoffman@users.noreply.github.com> Date: Mon, 16 Mar 2026 23:56:46 -0500 Subject: [PATCH] CI: harden changed extension workflow step --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7e637de39b6..12a3e9cdcff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -273,7 +273,9 @@ jobs: use-sticky-disk: "false" - name: Run changed extension tests - run: pnpm test:extension ${{ matrix.extension }} + env: + EXTENSION_ID: ${{ matrix.extension }} + run: pnpm test:extension "$EXTENSION_ID" # Types, lint, and format check. check: