mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-18 13:30:48 +00:00
fix(ci): quote changed extension matrix input
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user