mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 12:40:43 +00:00
ci: install ffmpeg for live audio media shard
This commit is contained in:
@@ -1573,7 +1573,7 @@ jobs:
|
||||
label: Native live media audio plugins
|
||||
command: node scripts/test-live-shard.mjs native-live-extensions-media-audio
|
||||
timeout_minutes: 90
|
||||
needs_ffmpeg: false
|
||||
needs_ffmpeg: true
|
||||
profile_env_only: false
|
||||
- suite_id: native-live-extensions-media-music
|
||||
label: Native live media music plugins
|
||||
|
||||
@@ -108,6 +108,9 @@ describe("package artifact reuse", () => {
|
||||
expect(workflow).toContain("suite_id: native-live-extensions-openai");
|
||||
expect(workflow).toContain("suite_id: native-live-extensions-o-z");
|
||||
expect(workflow).toContain("suite_id: native-live-extensions-media");
|
||||
expect(workflow).toMatch(
|
||||
/suite_id: native-live-extensions-media-audio[\s\S]*?needs_ffmpeg: true/u,
|
||||
);
|
||||
expect(workflow).toContain("if: matrix.needs_ffmpeg");
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user