mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 13:50:49 +00:00
ci: install ffmpeg for live audio media shard
This commit is contained in:
@@ -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