Skip to content

Commit

Permalink
Let join deduplicate matrix items
Browse files Browse the repository at this point in the history
Szczupac already does it for its combinations. However none such
mechanism existed when combining multiple Szczupac outputs so far.
  • Loading branch information
mostlyobvious committed Sep 6, 2023
1 parent a9245d1 commit 945af79
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ruby_event_store-outbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,6 @@ jobs:
- ruby_version: ruby-3.0
bundle_gemfile: Gemfile.rails_6_1
database_url: sqlite3:db.sqlite3
- ruby_version: ruby-3.0
bundle_gemfile: Gemfile.rails_6_1
database_url: sqlite3:db.sqlite3
- ruby_version: ruby-3.0
bundle_gemfile: Gemfile.rails_6_0
database_url: sqlite3:db.sqlite3
Expand Down
2 changes: 1 addition & 1 deletion support/ci/generate
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ class CI
end

def join(*axes)
axes.flatten
axes.flatten.uniq
end

def ruby_version(*ruby_version)
Expand Down

0 comments on commit 945af79

Please sign in to comment.