Skip to content

Commit

Permalink
Update integrate.yml
Browse files Browse the repository at this point in the history
Add step to install gems
  • Loading branch information
danielsilva authored Dec 4, 2023
1 parent c832cd4 commit 2d70612
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/integrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
with:
fetch-depth: 0
- uses: ruby/setup-ruby@master
- name: Install gems
run: bundle install
- name: Install dependencies
run: bundle exec appraisal install
- name: Run Rubocop
Expand Down

0 comments on commit 2d70612

Please sign in to comment.