Skip to content
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

Rails 5 - Missing env on GH Action, Update Run Test CI so that 2.6 runs with 5.0 not 4.2 #324

Merged
merged 1 commit into from
May 28, 2024

Conversation

yuenmichelle1
Copy link
Collaborator

missing env for github workflow run so bundler installs from correct gemfile

Context: CI tests for 2.6 currently are running with Rails 4.2 which gets ThreadErrors. Wanted behavior is for CI tests for 2.6/Gemfile.next to bundle install from Gemfile.next and not Gemfile. For this, we need a missing env key that I missed in first PR of Dual Boot.

See latest test run here: https://github.com/zooniverse/talk-api/actions/runs/9247077764/job/25508402312?pr=323

More importantly note:

Called from /home/runner/work/talk-api/talk-api/vendor/bundle/ruby/2.6.0/gems/activesupport-4.2.11.3/lib/active_support/dependencies.rb:240:in `load_dependency'

@yuenmichelle1 yuenmichelle1 marked this pull request as ready for review May 28, 2024 15:32
@yuenmichelle1 yuenmichelle1 merged commit d1ac1c6 into master May 28, 2024
1 of 2 checks passed
@yuenmichelle1 yuenmichelle1 deleted the Rails-5---CI-thread-error-in-Ruby-2.6 branch June 18, 2024 19:13
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