aboutsummaryrefslogtreecommitdiff
path: root/.woodpecker/test.yml
diff options
context:
space:
mode:
Diffstat (limited to '.woodpecker/test.yml')
-rw-r--r--.woodpecker/test.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.woodpecker/test.yml b/.woodpecker/test.yml
index 045da8e..f50057a 100644
--- a/.woodpecker/test.yml
+++ b/.woodpecker/test.yml
@@ -1,10 +1,13 @@
+when:
+ - event: push
+
matrix:
DB:
- sqlite
- postgres
steps:
- - name: "test($DB)"
+ - name: test
image: python:bookworm
commands:
- pip install tox