mirror of
https://git.freecumextremist.com/grumbulon/pomme.git
synced 2024-11-21 17:33:46 +00:00
fix test perchance
This commit is contained in:
parent
ce83e61f9b
commit
8734ef38d0
2 changed files with 2 additions and 2 deletions
|
@ -27,6 +27,7 @@ steps:
|
|||
- name: 'test'
|
||||
image: golang:1.20
|
||||
commands:
|
||||
- cp config.sample.yaml config.yaml
|
||||
- 'make test-backend'
|
||||
depends_on:
|
||||
- 'cache'
|
||||
|
|
|
@ -2,5 +2,4 @@ server: example.com # does nothing yet
|
|||
hashingsecret: PasswordHashingSecret
|
||||
port: 3008 # port the server runs on
|
||||
db: pomme.sqlite
|
||||
testdb: test.sqlite
|
||||
zonedir: zones
|
||||
zonedir: zones
|
||||
|
|
Loading…
Reference in a new issue