1 2 3 4 5 6 7 8 9 10 11 12 13 14
when: - event: push matrix: DB: - sqlite - postgres steps: - name: test image: python:bookworm commands: - pip install tox - ci/run_tests.sh $DB