Skip to content

Move logging to second file so its opt-in #3

Move logging to second file so its opt-in

Move logging to second file so its opt-in #3

Workflow file for this run

name: tests
on:
pull_request:
push:
branches:
- main
jobs:
create_containers:
# Ensures default fresh checkout can create containers.
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: docker compose up --no-start
- run: docker compose -f docker-compose.yml -f compose-debug.yml -f logging.yml up --no-start