Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Commit

Permalink
fix setup ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecsl committed Jun 28, 2024
1 parent f4fb697 commit 9d9db32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Ruby ${{ matrix.ruby }}
uses: ruby/setup-ruby@ec02537da5712d66d4d50a0f33b7eb52773b5ed1
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}

Expand All @@ -30,9 +30,9 @@ jobs:

- name: Build
run: bundle exec rake build

- name: Load test data
run: bundle exec rake test_refreshed_data

- name: Run tests
run: bundle exec rspec

0 comments on commit 9d9db32

Please sign in to comment.