|
@@ -23,6 +23,12 @@ yarn workspace api-scripts tsnode-strict src/status.ts | grep Runtime
|
|
|
|
|
|
./run-test-scenario.sh proposals
|
|
|
|
|
|
+# set worker ids (needed after proposals scenario affects hired leads)
|
|
|
+export COLOSSUS_1_WORKER_ID=1
|
|
|
+export COLOSSUS_1_WORKER_URI=//testing//worker//Storage//${COLOSSUS_1_WORKER_ID}
|
|
|
+export DISTRIBUTOR_1_WORKER_ID=1
|
|
|
+export DISTRIBUTOR_1_ACCOUNT_URI=//testing//worker//Distribution//${DISTRIBUTOR_1_WORKER_ID}
|
|
|
+
|
|
|
# Start storage and distribution services
|
|
|
REUSE_KEYS=true ./start-storage.sh
|
|
|
|