Skip to content

Merge pull request #714 from alphagov/change-support-app-to-work-with… #1606

Merge pull request #714 from alphagov/change-support-app-to-work-with…

Merge pull request #714 from alphagov/change-support-app-to-work-with… #1606

Workflow file for this run

on: [push, pull_request]
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