mirror of
https://git.rwth-aachen.de/acs/public/villas/web-backend-go/
synced 2025-03-30 00:00:12 +01:00
CI: fix typo in dbhost path
This commit is contained in:
parent
d01490258a
commit
8e872feb6a
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ test:backend:
|
|||
- /etc/init.d/postgresql start
|
||||
- go mod tidy
|
||||
- cd common
|
||||
- go test -v -args -dbhost=/var/lib/postgresql
|
||||
- go test -v -args -dbhost=/var/run/postgresql
|
||||
dependencies:
|
||||
- build:backend
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue