リリース前にMaestro起動確認を実行 - #115
Conversation
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Up to standards ✅🟢 Issues
|
3b78c9e to
6f5fb1d
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
6f5fb1d to
4eb696a
Compare
4eb696a to
c7d0fc9
Compare
|



概要
on-release.ymlのリリース処理で、version bump と GitHub Release 作成の前に reusable workflow として Maestro 起動確認を実行します。変更内容
on-release.ymlをmaestro-release-smoke/releaseの2 job 構成に変更releasejob を実行releasejob で version bump を commit / push し、その後 release APK をビルドして GitHub Release を作成maestro-release-smoke.ymlを reusable workflow として呼び出せるように変更maestro-release-smoke.ymlの手動実行時はrefinput で任意のブランチ、タグ、SHA を指定可能に変更検証
ruby -e 'require "yaml"; ARGV.each { |f| YAML.load_file(f); puts f }' .github/workflows/on-release.yml .github/workflows/maestro-release-smoke.yml .maestro/release-smoke.yamlgit diff --check補足
on-release.ymlから呼び出す場合はrefを渡さないため、maestro-release-smoke.ymlの default によりmainがテスト対象になります。actionlintはローカル環境に見つからなかったため未実行です。