Skip to content

Commit

Permalink
👷 install deps properly
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephYao committed Jan 10, 2024
1 parent 7ffc637 commit fc482de
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'
- run: bundle install
- run: |
bundle install || true
cat /opt/hostedtoolcache/Ruby/2.7.8/x64/lib/ruby/gems/2.7.0/extensions/x86_64-linux/2.7.0/do_postgres-0.10.17/mkmf.log
cat /opt/hostedtoolcache/Ruby/2.7.8/x64/lib/ruby/gems/2.7.0/extensions/x86_64-linux/2.7.0/do_postgres-0.10.17/gem_make.out
- name: Run tests
run: bundle exec rspec
Expand Down

0 comments on commit fc482de

Please sign in to comment.