Skip to content

Run CI and StandardRB on GitHub#6

Merged
schneems merged 10 commits intomainfrom
schneems/github-ci
Feb 2, 2026
Merged

Run CI and StandardRB on GitHub#6
schneems merged 10 commits intomainfrom
schneems/github-ci

Conversation

@schneems
Copy link
Member

@schneems schneems commented Feb 2, 2026

No description provided.

@schneems schneems changed the title Schneems/GitHub ci Run CI and StandardRB on GitHub Feb 2, 2026
The test already verifies correct behavior via WebMock:

    stub_request(:get, url).with(basic_auth: [...])

If set_auth_from_token! incorrectly runs, it overwrites the
Authorization header with "token ...", which won't match the
basic_auth expectation and WebMock rejects the request.

Originally added in 39f2d9e.
@schneems
Copy link
Member Author

schneems commented Feb 2, 2026

GHA is down and the build is green:

$ for version in 3.2.9 3.3.10 3.4.8 4.0.1; do
  chruby "ruby-$version" 2>/dev/null || chruby "$version" 2>/dev/null
  bundle install --quiet 2>/dev/null
  bundle exec rake test >/dev/null 2>&1
  echo "Ruby $version: $?"
done
Ruby 3.2.9: 0
Ruby 3.3.10: 0
Ruby 3.4.8: 0
Ruby 4.0.1: 0

@schneems schneems merged commit e496212 into main Feb 2, 2026
0 of 5 checks passed
@schneems schneems deleted the schneems/github-ci branch February 3, 2026 00:11
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