Skip to content

ci: drop redundant step names, invoke rake test explicitly#7

Merged
hogelog merged 2 commits intomainfrom
ci-simplify-test-workflow
Apr 24, 2026
Merged

ci: drop redundant step names, invoke rake test explicitly#7
hogelog merged 2 commits intomainfrom
ci-simplify-test-workflow

Conversation

@aka-hogelog
Copy link
Copy Markdown
Contributor

@aka-hogelog aka-hogelog Bot commented Apr 24, 2026

Summary

Trim redundant name: fields from .github/workflows/test.yml and make the test task explicit:

  • Drop top-level name: Ruby — the filename already conveys it.
  • Drop step name: Set up Ruby and name: Run the default task — both restate the adjacent uses: / run: line.
  • Change bundle exec rake to bundle exec rake test so the CI step is self-describing rather than relying on the Rakefile's default task alias.

Test plan

  • CI green on matrix (3.3 / 3.4 / 4.0 / head)

aka-hogelog Bot and others added 2 commits April 24, 2026 15:20
The step names duplicated what the action/command already conveys.
Specify the `test` rake task explicitly instead of relying on the
default task alias so the CI step reads self-contained.

Co-Authored-By: Claude Opus 4 (1M context) <noreply@anthropic.com>
The filename (test.yml) already conveys the same information.

Co-Authored-By: Claude Opus 4 (1M context) <noreply@anthropic.com>
@hogelog hogelog merged commit 9d20683 into main Apr 24, 2026
4 checks passed
@hogelog hogelog deleted the ci-simplify-test-workflow branch April 24, 2026 15:25
@aka-hogelog aka-hogelog Bot mentioned this pull request Apr 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant