Change test/lint workflow to correctly report completion status#6257
Change test/lint workflow to correctly report completion status#6257khanhtc1202 merged 2 commits intomasterfrom
Conversation
Signed-off-by: Shinnosuke Sawada-Dazai <[email protected]>
c84ac5a to
9e14a70
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #6257 +/- ##
=======================================
Coverage 28.69% 28.69%
=======================================
Files 560 560
Lines 59738 59738
=======================================
+ Hits 17140 17144 +4
+ Misses 41281 41278 -3
+ Partials 1317 1316 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
| # otherwise this job is marked as successful because all steps are skipped | ||
| run: exit 1 | ||
| if: >- | ||
| ${{ |
There was a problem hiding this comment.
Thanks for the patch 👍
I'm not sure this could help, but I checked the CI flow that was supposed to fail due to the test change. It passed anyway because it was not actually running but returned from cache. So maybe even this check doesn't change the issue, wdyt?
https://github.com/pipe-cd/pipecd/actions/runs/17848010213/job/50780173450#step:4:12
There was a problem hiding this comment.
#6253 was merged without passing the tests, and then the CI on the master branch failed.
This PR can fix like this case.
Signed-off-by: Shinnosuke Sawada-Dazai <[email protected]> Signed-off-by: pipecd-bot <[email protected]>
Signed-off-by: Shinnosuke Sawada-Dazai <[email protected]> Signed-off-by: pipecd-bot <[email protected]>
* Make quickstart local storage volume off by default (#6240) Signed-off-by: khanhtc1202 <[email protected]> Signed-off-by: pipecd-bot <[email protected]> * fix: upgrade dayjs from 1.11.13 to 1.11.15 (#6242) Snyk has created this PR to upgrade dayjs from 1.11.13 to 1.11.15. See this package in yarn: dayjs See this project in Snyk: https://app.snyk.io/org/pipecd/project/f41c5767-b506-4f59-beb9-ef662258eb9a?utm_source=github&utm_medium=referral&page=upgrade-pr Signed-off-by: khanhtc1202 <[email protected]> Co-authored-by: snyk-bot <[email protected]> Signed-off-by: pipecd-bot <[email protected]> * Add stale time for fetching in settings-page (#6247) Signed-off-by: kypham <[email protected]> Signed-off-by: pipecd-bot <[email protected]> * fix Details indent (#6248) Signed-off-by: t-kikuc <[email protected]> Signed-off-by: pipecd-bot <[email protected]> * Add build plugin as part of build step on CI (#6250) Signed-off-by: khanhtc1202 <[email protected]> Signed-off-by: pipecd-bot <[email protected]> * Ensure to cache plugin go mod in plugin release workflow (#6251) Signed-off-by: khanhtc1202 <[email protected]> Signed-off-by: pipecd-bot <[email protected]> * Get deploy targets by plugin name (#6253) Signed-off-by: Yoshiki Fujikane <[email protected]> Signed-off-by: pipecd-bot <[email protected]> * Fix failed test on CI (#6255) Signed-off-by: khanhtc1202 <[email protected]> Signed-off-by: pipecd-bot <[email protected]> * Fix failed tests on action planpreview (#6256) Signed-off-by: khanhtc1202 <[email protected]> Signed-off-by: pipecd-bot <[email protected]> * Change test/lint workflow to correctly report completion status (#6257) Signed-off-by: Shinnosuke Sawada-Dazai <[email protected]> Signed-off-by: pipecd-bot <[email protected]> * Update RELEASE to v0.54.2 (#6267) Signed-off-by: Yoshiki Fujikane <[email protected]> Signed-off-by: pipecd-bot <[email protected]> --------- Signed-off-by: khanhtc1202 <[email protected]> Signed-off-by: pipecd-bot <[email protected]> Signed-off-by: kypham <[email protected]> Signed-off-by: t-kikuc <[email protected]> Signed-off-by: Yoshiki Fujikane <[email protected]> Signed-off-by: Shinnosuke Sawada-Dazai <[email protected]> Co-authored-by: Khanh Tran <[email protected]> Co-authored-by: Chris Aniszczyk <[email protected]> Co-authored-by: snyk-bot <[email protected]> Co-authored-by: Ky_pham <[email protected]> Co-authored-by: Tetsuya KIKUCHI <[email protected]> Co-authored-by: Yoshiki Fujikane <[email protected]> Co-authored-by: Shinnosuke Sawada-Dazai <[email protected]>
What this PR does:
as title
Why we need it:
to use it in branch protection rule
Which issue(s) this PR fixes:
Fixes #
Does this PR introduce a user-facing change?: No