Skip to content

Commit cfd7a65

Browse files
committed
only create child wallet when executing tests
1 parent 2b618e7 commit cfd7a65

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

playbooks/dev/execution-spec-tests-execute.yaml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,6 @@ config:
1616
cleanupTestsPath: true
1717
solcVersion: "0.8.24"
1818
tasks:
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

0 commit comments

Comments
 (0)