Try out actions #8

Open
atomaka wants to merge 4 commits from feature/actions-1 into master
Showing only changes of commit d1be96002a - Show all commits

View file

@ -15,6 +15,7 @@ jobs:
ruby-version: 2.6.x ruby-version: 2.6.x
- name: Build and test with Rake - name: Build and test with Rake
run: | run: |
apt-get install libsqlite3-dev
gem install bundler gem install bundler
bundle install --jobs 4 --retry 3 bundle install --jobs 4 --retry 3
bundle exec rake bundle exec rake