Skip to content

Commit

Permalink
fix GitHub Actions' ruby workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
takano32 committed Dec 30, 2019
1 parent edd296a commit 2cbd1ca
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,12 @@ jobs:
ruby-version: 2.6.x
- name: Build and test with Rake
run: |
sudo apt install -y libpq-dev libsqlite3-dev
gem install bundler
sudo apt install -y libpq-dev libsqlite3-dev
bundle install --jobs 4 --retry 3
rails db:migrate RAILS_ENV=test
npm install yarn
yarn install
bundle exec rails webpacker:install
bundle exec rails webpacker:compile
bundle exec rake

0 comments on commit 2cbd1ca

Please sign in to comment.