Skip to content

Commit

Permalink
bundle install in example in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rosston committed Nov 15, 2024
1 parent 2cffb5c commit c2de75d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,8 @@ jobs:
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Bundle example
working-directory: example
run: bundle install
- name: Run tests
run: bundle exec rake

0 comments on commit c2de75d

Please sign in to comment.