Skip to content

Merge pull request #16 from alphagov/dependabot/bundler/prometheus-cl… #12

Merge pull request #16 from alphagov/dependabot/bundler/prometheus-cl…

Merge pull request #16 from alphagov/dependabot/bundler/prometheus-cl… #12

Workflow file for this run

name: CI
on:
workflow_dispatch: {}
push:
branches:
- main
pull_request:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- run: bundle exec rspec