Skip to content

feat: add music cover command and upgrade to music-2.6 #188

feat: add music cover command and upgrade to music-2.6

feat: add music cover command and upgrade to music-2.6 #188

Triggered via push April 10, 2026 05:14
Status Failure
Total duration 12s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
check
Process completed with exit code 1.
error:: test/commands/music/generate.test.ts#L115
Expected promise that rejects Received promise that resolved: Promise { <resolved> } at <anonymous> (/home/runner/work/cli/cli/test/commands/music/generate.test.ts:115:15)
error: expect(received).toContain(expected): test/commands/music/generate.test.ts#L97
" Received: "mmx music generate --prompt \"Upbeat pop\" --lyrics \"La la la...\" --out summer.mp3 mmx music generate --prompt \"Indie folk, melancholic\" --lyrics-file song.txt --out my_song.mp3 # Auto-generate lyrics from prompt: mmx music generate --prompt \"Upbeat pop about summer\" --lyrics-optimizer --out summer.mp3 # Instrumental: mmx music generate --prompt \"Cinematic orchestral, building tension\" --instrumental --out bgm.mp3 # Detailed prompt with vocal characteristics: mmx music generate --prompt \"Warm morning folk\" --vocals \"male and female duet, harmonies in chorus\" --instruments \"acoustic guitar, piano\" --bpm 95 --lyrics-file song.txt --out duet.mp3" at <anonymous> (/home/runner/work/cli/cli/test/commands/music/generate.test.ts:97:20)
error: expect(received).toThrow(expected): test/commands/music/generate.test.ts#L44
Expected substring: "The API requires lyrics" Received message: "Lyrics are required. Add --lyrics or --lyrics-file, or use --instrumental for pure music, or --lyrics-optimizer to auto-generate." at <anonymous> (/home/runner/work/cli/cli/test/commands/music/generate.test.ts:44:15)
check
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/