mirror of
https://github.com/moltbot/moltbot.git
synced 2026-05-02 02:57:51 +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"
|
use-sticky-disk: "false"
|
||||||
|
|
||||||
- name: Run changed extension tests
|
- 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.
|
# Types, lint, and format check.
|
||||||
check:
|
check:
|
||||||
|
|||||||
Reference in New Issue
Block a user