when: - event: push matrix: DB: - sqlite - postgres steps: - name: test image: python:bookworm commands: - pip install tox - ci/run_tests.sh $DB