-
Notifications
You must be signed in to change notification settings - Fork 30
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
CI: Combine into a shared matrix #27
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
olleolleolle
force-pushed
the
ci-matrix
branch
from
October 12, 2021 15:12
ab89a16
to
8e051e7
Compare
> | /opt/hostedtoolcache/Ruby/3.0.2/x64/lib/ruby/gems/3.0.0/gems/bundler-2.2.29/lib/bundler/runtime.rb:309:in `check_for_activated_spec!': You have already activated io-console 0.5.7, but your Gemfile requires io-console 0.5.9. Since io-console is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports io-console as a default gem. (Gem::LoadError)
@deivid-rodriguez Do you have a clue about the thing happening to fail the build here? |
olleolleolle
changed the title
CI: Combine into a shared matrix
CI: Combine into a shared matrix (experimenting)
Oct 12, 2021
Right, now we are at a stage where all the things are in the same Workflow, and green. If we used |
olleolleolle
changed the title
CI: Combine into a shared matrix (experimenting)
CI: Combine into a shared matrix
Oct 12, 2021
Sorry I couldn't help. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR combines the different Workflows into a single one.
I tricked around with it, but I am guessing the Rake tasks need a little bit of cajoling to get to run with Bundler.
That is why I opted out of the regularly-added Bundler cache.