mirror of https://github.com/openclaw/openclaw.git
fix(ci): handle bundled fast-check task
This commit is contained in:
parent
e414e51761
commit
d68840ef40
|
|
@ -308,6 +308,9 @@ jobs:
|
|||
run: |
|
||||
set -euo pipefail
|
||||
case "$TASK" in
|
||||
bundled)
|
||||
pnpm test:bundled
|
||||
;;
|
||||
extensions)
|
||||
if [ -n "$SHARD_COUNT" ] && [ -n "$SHARD_INDEX" ]; then
|
||||
export OPENCLAW_TEST_SHARDS="$SHARD_COUNT"
|
||||
|
|
|
|||
Loading…
Reference in New Issue