add config.yaml to directory tests run in

This commit is contained in:
grumbulon 2023-03-08 19:56:41 -05:00
parent 8734ef38d0
commit 3afd44f747
1 changed files with 1 additions and 1 deletions

View File

@ -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'