Skip to content

Merge pull request #674 from alphagov/enable-production-like-logging #1449

Merge pull request #674 from alphagov/enable-production-like-logging

Merge pull request #674 from alphagov/enable-production-like-logging #1449

Workflow file for this run

on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- run: GOVUK_DOCKER_DIR=. make test-ci