status-go/_assets
Jakub Sokołowski 494c6707ba
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: https://github.com/status-im/status-go/issues/4040

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-09-18 19:54:21 +02:00
..
build ci: upgrade Go to 1.19 in main Dockerfile 2023-04-27 13:13:46 +02:00
ci ci: parametrize DB port for unit tests 2023-09-18 19:54:21 +02:00
compose feat: allow passing variables to docker-compose and fix var name (#2821) 2022-09-15 15:41:00 -04:00
docs migrate to go 1.12 and go modules 2019-06-12 13:12:00 +02:00
generate_handlers Hotfix: mark Chat and Pin archive messages as seen (#3992) (#3999) 2023-09-07 13:33:20 +03:00
hooks Add migration check script 2023-06-23 12:01:30 +01:00
patches Gomobile support (#1164) 2019-02-01 18:02:52 +01:00
scripts ci: hide go test output to the file on CI 2023-09-13 10:53:38 +02:00
systemd compose/systemd: fix completion of make targets 2021-08-24 16:45:47 +02:00
tests adjust padding for QR Images (#3510) 2023-06-01 13:41:01 +05:30