Skip to content

support id lookup on slo timeseries dashboard widgets #670

support id lookup on slo timeseries dashboard widgets

support id lookup on slo timeseries dashboard widgets #670

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
# in order of most likely failure so `rake` fails fast
task: [ test, integration, rubocop, readme ]
name: rake ${{ matrix.task }}
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bundle exec rake ${{ matrix.task }}