ignazio-bovo 3 anni fa
parent
commit
0788cc82b4
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      tests/network-tests/pre_migration_hook.sh

+ 2 - 0
tests/network-tests/pre_migration_hook.sh

@@ -4,6 +4,8 @@ set -e
 SCRIPT_PATH="$(dirname "${BASH_SOURCE[0]}")"
 cd $SCRIPT_PATH
 
+echo "importing accounts"
+yarn joystream-cli account:import ./test-data/initial-members.json
 echo "creating 1 channel with 1 video in it"
 yarn joystream-cli content:createChannel -i ./assets/TestChannel.json
 yarn joystream-cli content:createChannel -c 0 -i ./assets/TestVideo.json