-
Notifications
You must be signed in to change notification settings - Fork 1
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
[ENG-1066] Create Github action 1 #61
base: main
Are you sure you want to change the base?
Conversation
# Then runs konfig test and merges the PR if tests pass | ||
generate_and_test: | ||
runs-on: ubuntu-latest | ||
needs: check_if_oas_modified # Runs serially after check_if_oas_modified |
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.
oh, cool I like the separation of concerns
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.
good first pass, lets figure out how to do testing to close this case
then we should follow up with adding the generation of this workflow to konfig init
No description provided.