Skip to content

List diffusion databases and their attributes #1281

List diffusion databases and their attributes

List diffusion databases and their attributes #1281

Workflow file for this run

name: tests
on:
pull_request:
branches: [the_import,main]
jobs:
pytest:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
python: [3.12]
steps:
- uses: actions/checkout@v3
- name: Build & run docker
run: docker compose -f docker-compose.test.yml up -d --build
- name: Run tests
run: docker compose -f docker-compose.test.yml exec -T web python manage.py test