Skip to content

Bump sqlite3 from 1.6.9 to 1.7.3 #427

Bump sqlite3 from 1.6.9 to 1.7.3

Bump sqlite3 from 1.6.9 to 1.7.3 #427

Workflow file for this run

name: CI
on: [push, pull_request]
env:
PUSHER_APP_ID: abc123
PUSHER_KEY: abc123
PUSHER_SECRET: abc123
PUSHER_CLUSTER: eu
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install cURL Headers
run: sudo apt-get install libcurl4-openssl-dev
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: 2.6
- name: Start MongoDB
uses: supercharge/mongodb-github-action@1.7.0
with:
mongodb-version: 4.2
- name: Install dependencies
run: bundle install
- name: Run the tests
run: bundle exec rake