mirror of
https://git.freecumextremist.com/grumbulon/pomme.git
synced 2024-11-22 09:53:46 +00:00
add config.yaml to directory tests run in
This commit is contained in:
parent
8734ef38d0
commit
3afd44f747
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ steps:
|
|||
- name: 'test'
|
||||
image: golang:1.20
|
||||
commands:
|
||||
- cp config.sample.yaml config.yaml
|
||||
- cp config.sample.yaml ./internal/api/config.yaml
|
||||
- 'make test-backend'
|
||||
depends_on:
|
||||
- 'cache'
|
||||
|
|
Loading…
Reference in a new issue