Skip to content

fix: correct smoke test path in publish workflow#5

Merged
glommer merged 1 commit into
mainfrom
fix/publish-workflow-smoke-path
May 20, 2026
Merged

fix: correct smoke test path in publish workflow#5
glommer merged 1 commit into
mainfrom
fix/publish-workflow-smoke-path

Conversation

@glommer
Copy link
Copy Markdown
Owner

@glommer glommer commented May 20, 2026

Summary

  • The publish workflow runs bun test/smoke.ts, but commit 75fd5b3 renamed the file to test/smoke.test.ts and missed the workflow
  • This caused the v0.2.2 publish run to fail with error: Module not found "test/smoke.ts" (failed run)
  • After merging, the plan is to force-move the v0.2.2 tag to the new HEAD, delete the existing GitHub release, and recreate it so the publish workflow re-fires with the fixed file path

Test plan

  • bun test/smoke.test.ts runs locally and prints "All tests passed!"

🤖 Generated with Claude Code

The smoke test file was renamed from test/smoke.ts to
test/smoke.test.ts in 75fd5b3 but the publish workflow was missed,
causing the v0.2.2 release publish to fail with "Module not found
test/smoke.ts".

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@glommer glommer merged commit 78a20a7 into main May 20, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant