Skip to content

Commit

Permalink
chore: why is bundler not found only on postgres builds?
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Dec 7, 2020
1 parent 80df832 commit e972efa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- uses: actions/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby_version }}
- run: "bundle install"
- run: "gem install bundler && bundle install"
env:
INSTALL_PG: "true"
- run: "bundle exec rake"
Expand Down

0 comments on commit e972efa

Please sign in to comment.