ci: install ffmpeg for live audio media shard · openclaw/openclaw@47f4078
steipete
·
2026-04-28
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -1573,7 +1573,7 @@ jobs:
|
1573 | 1573 | label: Native live media audio plugins |
1574 | 1574 | command: node scripts/test-live-shard.mjs native-live-extensions-media-audio |
1575 | 1575 | timeout_minutes: 90 |
1576 | | -needs_ffmpeg: false |
| 1576 | +needs_ffmpeg: true |
1577 | 1577 | profile_env_only: false |
1578 | 1578 | - suite_id: native-live-extensions-media-music |
1579 | 1579 | label: Native live media music plugins |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -108,6 +108,9 @@ describe("package artifact reuse", () => {
|
108 | 108 | expect(workflow).toContain("suite_id: native-live-extensions-openai"); |
109 | 109 | expect(workflow).toContain("suite_id: native-live-extensions-o-z"); |
110 | 110 | expect(workflow).toContain("suite_id: native-live-extensions-media"); |
| 111 | +expect(workflow).toMatch( |
| 112 | +/suite_id: native-live-extensions-media-audio[\s\S]*?needs_ffmpeg: true/u, |
| 113 | +); |
111 | 114 | expect(workflow).toContain("if: matrix.needs_ffmpeg"); |
112 | 115 | }); |
113 | 116 | |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。