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

Migrate jenkins CI to GH CI #93

Merged
merged 7 commits into from
Jun 24, 2024
Merged

Migrate jenkins CI to GH CI #93

merged 7 commits into from
Jun 24, 2024

Conversation

pmallampati-sift
Copy link
Contributor

Purpose

Migrate jenkins CI to GH CI

Summary

Migrate jenkins CI to GH CI

Testing

Migrate jenkins CI to GH CI

Checklist

  • The change was thoroughly tested manually
  • The change was covered with unit tests
  • The change was tested with real API calls (if applicable)
  • Necessary changes were made in the integration tests (if applicable)
  • New functionality is reflected in README

steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@55283cc23133118229fd3f97f9336ee23a179fcf # v1.146.0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The latest release is https://github.com/ruby/setup-ruby/tree/v1.180.1. Why can not we use that?

bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Run tests
run: |
bundle check
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change it to bundle check || bundle install according to circleci config.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove bundle check and bundle install.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @jlin-sift Removed check/install from test step.

@jlin-sift
Copy link
Contributor

lgtm

@pmallampati-sift pmallampati-sift merged commit 7b2e1a3 into master Jun 24, 2024
4 checks passed
@pmallampati-sift pmallampati-sift deleted the CI-16183 branch June 24, 2024 22:35
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.

2 participants