This commit is contained in:
2025-11-21 12:20:39 +01:00
parent 6b7a5dedd5
commit 6fbf283df3

View File

@@ -20,6 +20,7 @@ steps:
when: when:
event: [push] event: [push]
image: alpine:latest image: alpine:latest
commands:
- rm -f test.db - rm -f test.db
- build/dbtool -d test.db -i -k "test" -v "blah blah blah" - build/dbtool -d test.db -i -k "test" -v "blah blah blah"
- build/dbtool -d test.db -D | grep blah - build/dbtool -d test.db -D | grep blah