Skip to content

Merge pull request #862 from alphagov/dependabot/bundler/rubocop-govu… #2161

Merge pull request #862 from alphagov/dependabot/bundler/rubocop-govu…

Merge pull request #862 from alphagov/dependabot/bundler/rubocop-govu… #2161

Workflow file for this run

name: CI
on: [push, pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.repository }}-${{ github.ref_name }}
cancel-in-progress: false
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- run: GOVUK_DOCKER_DIR=. make test-ci