Skip to content

Commit

Permalink
GitHub Action: install libpq-dev and libsqlite3-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
takano32 committed Dec 21, 2019
1 parent 58d8124 commit a6c1928
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
ruby-version: 2.6.x
- name: Build and test with Rake
run: |
apt install -y libpq-dev libsqlite3-dev
gem install bundler
bundle install --jobs 4 --retry 3
rails db:migrate RAILS_ENV=test
Expand Down

0 comments on commit a6c1928

Please sign in to comment.