-
-
Notifications
You must be signed in to change notification settings - Fork 528
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
New Rails 8 applications generate duplicate CI files #1243
Comments
I think we can rely on the |
Oh yeah, weird. I thought I always used the longer form, but I seem to use the three letter variant. I also prefer to use either Then I'll have different files so that we break out the feedback you get on the GitHub statuses view:
|
We could call
It looks like having one file will still break out each task into its own status. Below is a screenshot from a personal project that is using the stock CI file from Rails. |
Yeah, I'd expect it break things out like that. Much of my intention from breaking out the files is to not have horribly long YAML files which are tricky to understand. |
Relates to #1213
We create files that end in
.yaml
, and Rails created files that end in.yml
suspenders/lib/generators/suspenders/ci_generator.rb
Lines 17 to 18 in bad1d01
The text was updated successfully, but these errors were encountered: