-
Notifications
You must be signed in to change notification settings - Fork 172
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
chore: Sorts test groups in Github Action #2188
Conversation
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.
Fantastic 🎉
- 'internal/service/privatelinkendpointservice/*.go' | ||
- 'internal/service/privatelinkendpointservicedatafederationonlinearchive/*.go' | ||
project: | ||
- 'internal/service/project/*.go' |
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.
[nit] Could we sort these too? 😅
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.
e.g.,:
project:
- 'internal/service/accesslistapikey/*.go'
- 'internal/service/project/*.go'
- 'internal/service/projectinvitation/*.go'
- 'internal/service/projectipaccesslist/*.go'
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.
you mean files and packges inside each test group? good catch!
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.
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.
done
Description
Sorts test groups in Github Action
This PR is a follow-up for a comment by @EspenAlbert on: #2156
Link to any related issue(s): CLOUDP-244924
Type of change:
Required Checklist:
Further comments