Use bash to run the fixturenet script for SDK tests
All checks were successful
Build / build (pull_request) Successful in 2m1s
Lint / Run golangci-lint (pull_request) Successful in 5m2s
Integration Tests / test-integration (pull_request) Successful in 1m51s
E2E Tests / test-e2e (pull_request) Successful in 3m5s
SDK Tests / sdk_tests_nameservice_expiry (pull_request) Successful in 8m51s
SDK Tests / sdk_tests_auctions (pull_request) Successful in 14m29s
Unit Tests / test-unit (pull_request) Successful in 2m8s
SDK Tests / sdk_tests (pull_request) Successful in 9m33s
All checks were successful
Build / build (pull_request) Successful in 2m1s
Lint / Run golangci-lint (pull_request) Successful in 5m2s
Integration Tests / test-integration (pull_request) Successful in 1m51s
E2E Tests / test-e2e (pull_request) Successful in 3m5s
SDK Tests / sdk_tests_nameservice_expiry (pull_request) Successful in 8m51s
SDK Tests / sdk_tests_auctions (pull_request) Successful in 14m29s
Unit Tests / test-unit (pull_request) Successful in 2m8s
SDK Tests / sdk_tests (pull_request) Successful in 9m33s
This commit is contained in:
parent
3c495bbcee
commit
4d64872b58
@ -2,7 +2,7 @@ services:
|
||||
laconicd:
|
||||
restart: unless-stopped
|
||||
image: cerc/laconicd:local
|
||||
entrypoint: ["sh", "/docker-entrypoint-scripts.d/create-fixturenet.sh"]
|
||||
entrypoint: ["bash", "/docker-entrypoint-scripts.d/create-fixturenet.sh"]
|
||||
environment:
|
||||
- TEST_AUCTION_ENABLED
|
||||
- TEST_REGISTRY_EXPIRY
|
||||
|
Loading…
Reference in New Issue
Block a user