Skip to content

Commit

Permalink
Use ruby setup
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsilva committed Dec 4, 2023
1 parent 14f80ed commit 3dcfaa5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/integrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ jobs:
with:
fetch-depth: 0
- name: Install dependencies
uses: ruby/setup-ruby@master
run: bundle exec appraisal install
- name: Run Rubocop
uses: ruby/setup-ruby@master
run: bundle exec appraisal rake rubocop
- name: Run Specs
run: bundle exec appraisal rake spec
- name: Run Specs
uses: ruby/setup-ruby@master
run: bundle exec appraisal rake spec

0 comments on commit 3dcfaa5

Please sign in to comment.