Skip to content

Commit

Permalink
Merge pull request #1246 from input-output-hk/chore/local-network-env
Browse files Browse the repository at this point in the history
chore(e2e): honor the .env.local file
  • Loading branch information
iccicci committed May 7, 2024
2 parents 7cbf4ea + 1c7926f commit 0472faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"test:web-extension:watch:run": "yarn test:web-extension:run --watch",
"test:web-extension:watch": "run-s test:web-extension:build test:web-extension:watch:bg",
"test:web-extension:watch:bg": "run-p test:web-extension:watch:build test:web-extension:watch:run",
"local-network:common": "DISABLE_DB_CACHE=${DISABLE_DB_CACHE:-true} SUBMIT_API_ARGS='--testnet-magic 888' USE_BLOCKFROST=false __FIX_UMASK__=$(chmod -R a+r ../../compose/placeholder-secrets) docker compose -p local-network-e2e -f docker-compose.yml -f ../../compose/common.yml -f ../../compose/$(uname -m).yml $FILES up",
"local-network:common": "DISABLE_DB_CACHE=${DISABLE_DB_CACHE:-true} SUBMIT_API_ARGS='--testnet-magic 888' USE_BLOCKFROST=false __FIX_UMASK__=$(chmod -R a+r ../../compose/placeholder-secrets) docker compose --env-file ../cardano-services/environments/.env.local -p local-network-e2e -f docker-compose.yml -f ../../compose/common.yml -f ../../compose/$(uname -m).yml $FILES up",
"local-network:up": "FILES='' yarn local-network:common",
"local-network:dev": "FILES='-f ../../compose/dev.yml' yarn local-network:common",
"local-network:profile:up": "FILES='-f ../../compose/pg-agent.yml' yarn local-network:common",
Expand Down

0 comments on commit 0472faa

Please sign in to comment.