-
Notifications
You must be signed in to change notification settings - Fork 661
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
git actionsが冗長なので少しだけ整理 #5624
git actionsが冗長なので少しだけ整理 #5624
Conversation
plugin-test がやりすぎなのでちょっとどうにかしたい・・・。 |
Codecov Report
@@ Coverage Diff @@
## 4.2 #5624 +/- ##
=========================================
Coverage 78.84% 78.84%
Complexity 6259 6259
=========================================
Files 469 469
Lines 21001 21001
=========================================
Hits 16558 16558
Misses 4443 4443
Flags with carried forward coverage won't be shown. Click here to find out more. Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
とても良いと思います。 PHP のバージョンごとにブランチを切っておく感じでしょうか? |
@nanasess |
@nobuhiko |
概要(Overview・Refs Issue)
composer install を再利用可能なactionsにする
方針(Policy)
実装に関する補足(Appendix)
テスト(Test)
相談(Discussion)
set up php をまず実行して、その後に別のワークフローを実行していくとビルド回数が減って幸せなんじゃないでしょうか
https://developer.mamezou-tech.com/blogs/2022/03/08/github-actions-reuse-workflows/
マイナーバージョン互換性保持のための制限事項チェックリスト
レビュワー確認項目