mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00: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:
parent
a144f3811c
commit
4e842c75f8
|
@ -23,6 +23,7 @@ The development workflow is the following:
|
||||||
|
|
||||||
- Fork project and clone your fork
|
- 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)
|
- 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 :-)
|
- Code :-)
|
||||||
- Add integration tests in `test/tests.bats`
|
- Add integration tests in `test/tests.bats`
|
||||||
- Use `make` to build image locally and run tests
|
- Use `make` to build image locally and run tests
|
||||||
|
|
Loading…
Reference in a new issue