Skip to content

Commit

Permalink
chore: fixed integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
Kammerlo committed Dec 9, 2024
1 parent 9412737 commit 1b59e09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .env.IntegrationTest
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ GENESIS_VERIFICATION_KEY=

## Api env
API_DOCKER_IMAGE_TAG=main
API_SPRING_PROFILES_ACTIVE=dev
API_SPRING_PROFILES_ACTIVE=online
# staging, h2, test. Additional profiles: mempool (if mempool should be activated)
API_PORT=8082
PRINT_EXCEPTION=true
Expand Down
1 change: 1 addition & 0 deletions docker-integration-test-environment.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
version: '3.8'
include:
- docker-compose-indexer.yaml
- docker-compose-api.yaml

services:
yaci-cli:
Expand Down

0 comments on commit 1b59e09

Please sign in to comment.