Skip to content

Commit

Permalink
Merge pull request #21 from Block-Logic/180960886-update-versions-for…
Browse files Browse the repository at this point in the history
…-github-actions-fix

bring back bundle install
  • Loading branch information
kbiala authored Feb 12, 2024
2 parents 6e22660 + 519aaaa commit 5665977
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,7 @@ jobs:
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- name: Install dependencies
run: bundle install
- name: Run tests
run: bundle exec rspec

0 comments on commit 5665977

Please sign in to comment.