File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed
Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -16,15 +16,6 @@ config:
1616 cleanupTestsPath : true
1717 solcVersion : " 0.8.24"
1818tasks :
19- - name : generate_child_wallet
20- id : testwallet
21- title : " Generate main wallet for tests"
22- config :
23- randomSeed : true
24- configVars :
25- privateKey : " seedPrivateKey"
26- prefundMinBalance : " seedAmount"
27-
2819 - name : run_shell
2920 title : " Clone and prepare execution spec tests: ${gitRepo}@${gitBranch}"
3021 id : setup
@@ -80,6 +71,16 @@ tasks:
8071 uv sync --all-extras
8172 uv run solc-select use "${SOLC_VERSION}" --always-install
8273
74+ - name : generate_child_wallet
75+ id : testwallet
76+ if : runTests
77+ title : " Generate main wallet for tests"
78+ config :
79+ randomSeed : true
80+ configVars :
81+ privateKey : " seedPrivateKey"
82+ prefundMinBalance : " seedAmount"
83+
8384 - name : run_shell
8485 title : " Execute tests: [${testPath}]"
8586 id : execute
You can’t perform that action at this time.
0 commit comments