CI: harden changed extension workflow step

This commit is contained in:
Tak Hoffman
2026-03-16 23:56:46 -05:00
parent 09f52c4dae
commit 1616d4c0f4

View File

@@ -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: