-
Notifications
You must be signed in to change notification settings - Fork 991
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
Split GH workflows #2357
Split GH workflows #2357
Conversation
|
||
- Fields of objects are addressed with `.` | ||
- Keys of a map field are addressed with `["<key-string>"]` | ||
- Elements of a list or tuple field are addressed with `[<index-numeral>]` |
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 is a linter complaint fix.
3356542
to
3292a5a
Compare
4735579
to
3071589
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.
I've had a proper look through the changes now and I'm happy to approve.
If possible, it'd be great to rename that workflow file (see other comment) but that doesn't affect how it functions.
Description
This PR separates unit test workflow from checkers and linters. In addition to that, it updates acceptance test workflows to run only acceptance tests by default.
Acceptance tests
KinD https://github.com/hashicorp/terraform-provider-kubernetes/actions/runs/7045409614
Release Note
Release note for CHANGELOG:
References
Fix: #2356
Community Note