1
0
mirror of https://github.com/docker-mailserver/docker-mailserver.git synced 2025-08-08 23:06:49 +02:00

Mention submodule dependency (#573)

Mention that the integration tests will not work unless you manually initialize and update submodules
This commit is contained in:
Arne Kepp
2017-04-17 18:30:04 +02:00
committed by Thomas VIAL
parent a144f3811c
commit 4e842c75f8

View File

@ -23,6 +23,7 @@ The development workflow is the following:
- Fork project and clone your fork
- Create a branch using `git checkout -b branch_name` (you can use `issue-xxx` if fixing an existing issue)
- Run `git submodule init` and `git submodule update` to get the BATS submodules
- Code :-)
- Add integration tests in `test/tests.bats`
- Use `make` to build image locally and run tests