Skip to content

build refactor: replace config.ini with environment variables (via single .env file) and fix templating issues #264

build refactor: replace config.ini with environment variables (via single .env file) and fix templating issues

build refactor: replace config.ini with environment variables (via single .env file) and fix templating issues #264

Workflow file for this run

name: Django CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: build containers and run Django tests
run: make test