Skip to content

Add an app-live to docker compose for smart answers #1853

Add an app-live to docker compose for smart answers

Add an app-live to docker compose for smart answers #1853

Workflow file for this run

name: CI
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