Skip to content

Handle the exception when the policies.yml is not valid #1560 (#1561) #5321

Handle the exception when the policies.yml is not valid #1560 (#1561)

Handle the exception when the policies.yml is not valid #1560 (#1561) #5321

Workflow file for this run

name: Test on Docker CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Generate the .env file and the SECRET_KEY
run: make envfile
- name: Build and run the Docker Compose stack
run: docker compose up -d
- name: Run tests
run: docker compose run -e FROM_DOCKER_IMAGE=1 web python ./manage.py test --verbosity=2 --noinput