diff --git a/scripts/pr/release-workflow.test.ts b/scripts/pr/release-workflow.test.ts index 751a081b..2418cc86 100644 --- a/scripts/pr/release-workflow.test.ts +++ b/scripts/pr/release-workflow.test.ts @@ -6,7 +6,7 @@ describe('release desktop workflow', () => { const workflow = readFileSync('.github/workflows/release-desktop.yml', 'utf8') expect(workflow).toContain('quality-preflight:') - expect(workflow).toContain('run: bun run quality:gate --mode pr --artifacts-dir artifacts/quality-runs') + expect(workflow).toContain('run: bun run quality:gate --mode pr --skip coverage --artifacts-dir artifacts/quality-runs') expect(workflow).toContain('cat "$latest_report" >> "$GITHUB_STEP_SUMMARY"') expect(workflow).toContain('name: release-quality-gate') expect(workflow).toContain('path: artifacts/quality-runs/')