Skip to content

Commit

Permalink
updated ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ANKUR DWIVEDI authored and ANKUR DWIVEDI committed Jan 25, 2024
1 parent 3f37e42 commit 0770be3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gempush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Ruby 3.0
- name: Set up Ruby 2.6
uses: ruby/[email protected]
with:
ruby-version: 3.0.0
ruby-version: 2.6.5

- name: Run Test Cases
run: |
gem install bundler
gem install bundler -v 2.4.22
bundle install --jobs 4 --retry 3
bundle exec rake
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Ruby 3.0
- name: Set up Ruby 2.6
uses: ruby/[email protected]
with:
ruby-version: 3.0.0
ruby-version: 2.6.5
- name: Build and test with Rake
run: |
gem install bundler
gem install bundler -v 2.4.22
bundle install --jobs 4 --retry 3
bundle exec rake
# - name: Upload code coverage reports to codecov
Expand Down

0 comments on commit 0770be3

Please sign in to comment.