Skip to content

Merge pull request #712 from alphagov/add-search-api-v2-env-vars #1597

Merge pull request #712 from alphagov/add-search-api-v2-env-vars

Merge pull request #712 from alphagov/add-search-api-v2-env-vars #1597

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