-
Notifications
You must be signed in to change notification settings - Fork 141
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
[Backport main] #907 - enable windows and macos CI for sql and workbench #962
[Backport main] #907 - enable windows and macos CI for sql and workbench #962
Conversation
…s-macos feat: enable ci for windows and macos (cherry picked from commit 0699baa) Signed-off-by: Derek Ho <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #962 +/- ##
=============================================
- Coverage 94.83% 62.76% -32.07%
=============================================
Files 291 10 -281
Lines 7795 658 -7137
Branches 568 119 -449
=============================================
- Hits 7392 413 -6979
+ Misses 349 192 -157
+ Partials 54 53 -1
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. |
Signed-off-by: Derek Ho <[email protected]>
@@ -20,25 +20,32 @@ on: | |||
jobs: | |||
build: | |||
strategy: | |||
# Run all jobs | |||
fail-fast: false |
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.
Why was fail fast was disabled here?
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.
This was mainly for my local dev to run all CI even if one fails. I think it would be useful for future devs to figure out if something is breaking just because of OS, java-version, etc. by running all combinations by default.
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.
could you make PR title more descriptive? thanks
feat: enable ci for windows and macos
(cherry picked from commit 0699baa)
Signed-off-by: Derek Ho [email protected]
Description
[Describe what this change achieves]
Issues Resolved
[List any issues this PR will resolve]
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.