-
Notifications
You must be signed in to change notification settings - Fork 10
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
Fix Build CI exit value #245
Conversation
Werrorが適切に落ちるようになった |
@@ -164,3 +164,8 @@ jobs: | |||
-efm="%E%f:%l:%c: error: %m" \ | |||
-efm="%C%m" \ | |||
< clang_tidy.log | |||
|
|||
- name: build failed | |||
if: steps.build.outcome == 'failure' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[zatsu] へー,こんなんあったんだね
https://docs.github.com/ja/actions/learn-github-actions/contexts
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://docs.github.com/ja/actions/learn-github-actions/contexts#steps-context
です.conclusion
とoutcome
で使い分けられる.
良さそうなので,ビルド通らないところこちらで直します. |
32f0e47
to
785bcce
Compare
rebaseしました |
ae89dd7
to
85184cb
Compare
85184cb
to
4718517
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CIとおしたので,approveです.
概要
ビルドが落ちていてもビルドCIが通ってしまうことがあるのを修正
Issue/PR
詳細
(特にWerrorにおいて)PRでの変更外でのワーニングをreviewdogが無視してしまうためビルドCIが意図したものになっていなかったのを修正