Skip to content

Commit

Permalink
Separate jobs for better clarity
Browse files Browse the repository at this point in the history
If head jobs fail, it's probably fine.
If released versions fail, it's an issue.
  • Loading branch information
adamstegman committed Jan 5, 2024
1 parent 6f51638 commit ee2245a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ _references:
- "7.1"
- "7.0"
- "6.1"
- "main"

orbs:
ruby: circleci/ruby@2.1.0
Expand Down Expand Up @@ -91,6 +90,13 @@ workflows:
parameters:
<<: *ruby_versions
<<: *rails_version_prefixes
- test:
name: "test-ruby-<<matrix.ruby-version>>-rails-main"
matrix:
parameters:
<<: *ruby_versions
rails-version-prefix:
- main
exclude:
- ruby-version: 3.0.6
rails-version-prefix: main
Expand Down

0 comments on commit ee2245a

Please sign in to comment.