fix(ci): quote changed extension matrix input

This commit is contained in:
Peter Steinberger
2026-03-17 08:04:47 +00:00
parent 85e610e4e7
commit 527a1919ea

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: