Skip to content
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

Merged
merged 2 commits into from
Feb 8, 2022
Merged

Fix Build CI exit value #245

merged 2 commits into from
Feb 8, 2022

Conversation

sksat
Copy link
Collaborator

@sksat sksat commented Feb 7, 2022

概要

ビルドが落ちていてもビルドCIが通ってしまうことがあるのを修正

Issue/PR

詳細

(特にWerrorにおいて)PRでの変更外でのワーニングをreviewdogが無視してしまうためビルドCIが意図したものになっていなかったのを修正

@sksat sksat self-assigned this Feb 7, 2022
@sksat
Copy link
Collaborator Author

sksat commented Feb 7, 2022

Werrorが適切に落ちるようになった

@sksat sksat requested a review from meltingrabbit February 7, 2022 21:18
@meltingrabbit meltingrabbit added the bug Something isn't working label Feb 8, 2022
@@ -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'
Copy link
Collaborator

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

Copy link
Collaborator Author

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
です.conclusionoutcomeで使い分けられる.

@meltingrabbit
Copy link
Collaborator

良さそうなので,ビルド通らないところこちらで直します.

@meltingrabbit meltingrabbit self-assigned this Feb 8, 2022
@meltingrabbit
Copy link
Collaborator

@sksat #244 マージしたので,まずrebaseお願いしてもらっていい?

@sksat sksat force-pushed the hotfix/build-ci-exit branch from 32f0e47 to 785bcce Compare February 8, 2022 02:24
@sksat
Copy link
Collaborator Author

sksat commented Feb 8, 2022

rebaseしました

Copy link
Collaborator

@meltingrabbit meltingrabbit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CIとおしたので,approveです.

@sksat sksat merged commit bfced57 into develop Feb 8, 2022
@sksat sksat deleted the hotfix/build-ci-exit branch February 8, 2022 02:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working priority::high priorityg high tools
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants