Skip to content

Adding fallback bn envs, unclear will the empty string cause upset #76

Adding fallback bn envs, unclear will the empty string cause upset

Adding fallback bn envs, unclear will the empty string cause upset #76

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@v4
- run: docker compose up --no-start
- run: docker compose -f docker-compose.yml -f compose-debug.yml -f logging.yml up --no-start