aboutsummaryrefslogtreecommitdiff
path: root/.woodpecker/test.yml
blob: f50057a407787850e380b375a34fdbf5bb77b3fc (plain)
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