Skip to content

Bump airbrake from 11.0.1 to 13.0.4 #407

Bump airbrake from 11.0.1 to 13.0.4

Bump airbrake from 11.0.1 to 13.0.4 #407

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