Skip to content

Commit 88c7b51

Browse files
committed
fixup! fixup! fixup! fixup! test: add option to choose target cluster for deployed environments e2e tests
1 parent 93aaa31 commit 88c7b51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/e2e/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@
7070
"test:debug": "DEBUG=true yarn test",
7171
"generate-mnemonics": "ts-node src/scripts/mnemonic.ts",
7272
"multi-delegation-data-gen": "ts-node src/tools/multi-delegation-data-gen/index.ts",
73-
"wait-for-network-epoch-3": "if [ \"$REAL_NETWORK\" = \"true\" ] ; then echo Running on real network ; else DB_SYNC_CONNECTION_STRING='postgresql://postgres:doNoUseThisSecret!@localhost:5435/cexplorer' ts-node src/scripts/is-local-network-ready.ts ; fi",
74-
"wait-for-network-init": "if [ \"$REAL_NETWORK\" = \"true\" ] ; then echo Running on real network ; else local-network/scripts/wait-local-network-init.sh ; fi"
73+
"wait-for-network-epoch-3": "bash -c 'if [ \"$REAL_NETWORK\" = \"true\" ] ; then echo Running on real network ; else DB_SYNC_CONNECTION_STRING='postgresql://postgres:doNoUseThisSecret!@localhost:5435/cexplorer' ts-node src/scripts/is-local-network-ready.ts ; fi'",
74+
"wait-for-network-init": "bash -c 'if [ \"$REAL_NETWORK\" = \"true\" ] ; then echo Running on real network ; else local-network/scripts/wait-local-network-init.sh ; fi'"
7575
},
7676
"repository": "https://github.com/input-output-hk/cardano-js-sdk",
7777
"license": "Apache-2.0",

0 commit comments

Comments
 (0)