Try out actions #8
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ruby.yml
vendored
1
.github/workflows/ruby.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue