fix(ci)_: fix rpc tests file permissions
This commit is contained in:
parent
325429b218
commit
38192e3fb7
2
Makefile
2
Makefile
|
@ -490,7 +490,9 @@ build-verif-proxy-wrapper:
|
|||
test-verif-proxy-wrapper:
|
||||
CGO_CFLAGS="$(CGO_CFLAGS)" go test -v github.com/status-im/status-go/rpc -tags gowaku_skip_migrations,nimbus_light_client -run ^TestProxySuite$$ -testify.m TestRun -ldflags $(LDFLAGS)
|
||||
|
||||
|
||||
run-integration-tests: SHELL := /bin/sh
|
||||
run-integration-tests: export INTEGRATION_TESTS_DOCKER_UID ?= $(shell id -u $$USER)
|
||||
run-integration-tests:
|
||||
docker-compose -f integration-tests/docker-compose.anvil.yml -f integration-tests/docker-compose.test.status-go.yml up -d --build --remove-orphans; \
|
||||
docker-compose -f integration-tests/docker-compose.anvil.yml -f integration-tests/docker-compose.test.status-go.yml logs -f tests-rpc; \
|
||||
|
|
|
@ -21,6 +21,7 @@ services:
|
|||
retries: 120
|
||||
|
||||
tests-rpc:
|
||||
user: ${INTEGRATION_TESTS_DOCKER_UID}
|
||||
depends_on:
|
||||
status-go:
|
||||
condition: service_healthy
|
||||
|
|
Loading…
Reference in New Issue