1
0
mirror of https://github.com/zokradonh/kopano-docker synced 2025-06-07 16:06:14 +00:00

move tests into tests folder (#271)

Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
Felix Bartels 2019-10-23 16:29:13 +02:00 committed by GitHub
parent 5077bbd1b6
commit b3f7030a55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ before_install:
install: install:
- "./version.sh" - "./version.sh"
- make lint - make lint
- "./test.exp" - "./tests/test.exp"
- "./version.sh" - "./version.sh"
- commander test tests/commander.yaml - commander test tests/commander.yaml
- make lint # rerun lint to see if output is different with .env in place - make lint # rerun lint to see if output is different with .env in place