mirror of https://github.com/openclaw/openclaw.git
fix(ci): quote changed extension matrix input
This commit is contained in:
parent
85e610e4e7
commit
527a1919ea
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue