-
Notifications
You must be signed in to change notification settings - Fork 249
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: parametrize DB port for unit tests
Otherwise we can't run tests in parallel on the same host. Also the container name has to be different depending on executor. Resolves errors like: ``` docker: Error response from daemon: Conflict. The container name "/status-go-test-db" is already in use by container "123...". You have to remove (or rename) that container to be able to reuse that name. ``` Resolves: #4040 Signed-off-by: Jakub Sokołowski <jakub@status.im>
- Loading branch information
Showing
2 changed files
with
24 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters